Best Answer Danny , 19 February 2013 - 11:44 AM
Hi Steve,
In order to change the color of text and hovers, you will need to inspect the menu using Firebug or your browsers built-in web dev tools.
You can using this which should help you get started.
#page .main_nav ul li { } <=== Use this to add a background color
#page .main_nav ul li a { } <=== Use this to change the color of the text.
Go to the full post
#1
Posted 12 October 2012 - 08:25 PM
Can you please help me with the CSS I need to make the nav on this site:
LearnEnglishU.com ...
... look like the nav on this site:
LetsDoEnglish.com
I promise to continue to learn so I don't gum up the forum with basic questions.
(my developer worked on the LetsDoEnglish site. He is no longer available to work on this, or I would just have him do it.)
Thanks again!!!
#2
Posted 12 October 2012 - 09:02 PM
the easiest way to do this would be to download our free Css lite plugin as you're using the simple nav. This will allow you set the navigation colors using a menu on the site options tab. Here's the link http://www.pagelines...imple-css-lite/
#3
Posted 12 October 2012 - 09:06 PM
Where is it please?
#4
Posted 12 October 2012 - 10:24 PM
.main_nav ul li {
background: none repeat scroll 0 0 #E3E3E3;
float: left;
font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",sans-serif;
font-size: 1.3em;
font-weight: bold;
margin: 0;
padding: 0;
text-align: right;
text-transform: uppercase;
}
.main_nav {
line-height: 0.3em;
text-align: left;
}
.main_nav ul li:hover a, .main_nav ul a:focus, .main_nav ul a:active {
background-color: #FFD400;
color: #000000;
}
I am not sure how it will look as I cobbled it together from several sources.
#5
Posted 12 October 2012 - 10:38 PM
Just add color codes like #C00000. You can get color codes from www.colorpicker.com.
#6
Posted 13 October 2012 - 12:18 AM
Where can I find Wordpress>Pagelines> settings?
Sorry if this is a silly question. I just can't find it.
Thanks
#7
Posted 13 October 2012 - 12:48 AM
#8
Posted 13 October 2012 - 12:56 AM
There is Platform Pro tab, but I don't see "site options"
And, at the bottom of the Platform Pro tab settings, I do see Custom Code but there is nothing under that. I'll be happy to send you a screenshot.
I have properly uploaded the plug-in, and activated/deactivated it several times. I don't see it's configuration area anywhere on the back end of the site.
#9
Posted 13 October 2012 - 01:15 AM
#10
Posted 13 October 2012 - 01:19 AM
#11
Posted 13 October 2012 - 02:16 AM
Change the hex values to the color of your choice.
This code changes the Nav BG color
.main_nav ul li {
background: #000000;}
This will change the active color and font
.main_nav ul li:hover a, {
background-color: #FFD400;
color: #000000;
}
This will change the hover color and font
.main_nav ul a:active {
background-color: #FFD400;
color: #000000;}
#12
Posted 13 October 2012 - 03:22 AM
Thank you all VERY MUCH for your help with this.
Mark
#13
Posted 13 October 2012 - 03:31 AM
#14
Posted 13 October 2012 - 03:31 AM
#15
Posted 19 February 2013 - 11:15 AM
Hi guys,
Thanks for this.
I have noticed that when using custom css with the code you gave before, you can only change the nav bg color. Anything else stays the same color. see http://stevelight.org/kambirdee/
I want to change the text and rollover colors but they do not change.
Please advise.
Thanks
Steve
#16
Posted 19 February 2013 - 11:44 AM Best Answer
Hi Steve,
In order to change the color of text and hovers, you will need to inspect the menu using Firebug or your browsers built-in web dev tools.
You can using this which should help you get started.
#page .main_nav ul li { } <=== Use this to add a background color
#page .main_nav ul li a { } <=== Use this to change the color of the text.
#17
Posted 19 February 2013 - 01:13 PM
Thanks so much Danny!
I did use firebug, but couldn't find it. :-/
Have a good day,
Cheers
Steve
#18
Posted 19 February 2013 - 01:19 PM
Sorry dude, One more think, how do I change the colour of the current page selected in the nav?
http://stevelight.org/kambirdee/
Tried this but no joy...
#19
Posted 19 February 2013 - 01:27 PM
Hi Steve,
You will need to use the menu classes that Wordpress provides.
http://codex.wordpre...tem_CSS_Classes
Which should look something like this:
Also tagged with one or more of these keywords: Resolved, nav
PageLines Framework →
Technical Support →
Secondary Navigation not showing menu items on the home page.Started by mybringback , 22 Apr 2013 |
|
|
||
Push all content downStarted by vonsommerfeldt , 03 Apr 2013 |
|
|
||
Main Nav stylingStarted by janetravis , 27 Mar 2013 |
|
|
||
PageLines Framework →
Customizations →
Full Width Image QuestionStarted by crushit , 22 Mar 2013 |
|
|
||
Login on Fixed NavStarted by srussel2 , 28 Feb 2013 |
|
|












