#1
Posted 05 October 2012 - 03:56 PM
I want to change the color of the text in the NavBar when you hover over it from white to pink (#ff0099). I have tried loads of different CSS and nothing is working.
www.audaciousgroup.com
Help?
Thanks,
Ginny
#2
Posted 05 October 2012 - 04:51 PM
#3
Posted 05 October 2012 - 04:52 PM
#4
Posted 05 October 2012 - 05:23 PM
Please you can try with
#5
Posted 05 October 2012 - 10:44 PM
www.audaciousgroup.com
Ginny
#6
Posted 06 October 2012 - 12:21 AM
Please you can try with
You may also use color codes there, such as , if you wish to use more specific colors.
#7
Posted 06 October 2012 - 02:35 AM
Now the numbers in the rgba are purple. Change them to any numeric value for the color you prefer.
For more color codes:
#8
Posted 07 October 2012 - 03:23 PM
#9
Posted 07 October 2012 - 03:24 PM
#10
Posted 07 October 2012 - 09:29 PM
This code above would change the color for page 22 only.
If you want multiple pages with individual colors, you need to copy and edit the code for each. However, if you have 2 pages that will use the same color, you may prefix with .page-id-23, .page-id-27 ... which changes the color for both pages 23 and 27 to the one you desire.
#11
Posted 07 October 2012 - 09:30 PM
#12
Posted 08 October 2012 - 01:18 AM
The code you gave me works to change the color when you hover, but assigning a page id does not change just that page, it changes them all. Is there a way to have one page be pink when you hover, one be blue, etc?
#13
Posted 08 October 2012 - 11:13 AM
The code Rob provided does indeed work and shouldn't work on all pages. Please bear in mind that the you will need to copy this custom CSS for each page you wish to have different styling on.
For example:
Therefore, you're going to need to find all your page ID's, as these are different per site, so we can not provide them for you. To find your Pages ID, the easiest method is to use either FireBug for FireFox or Google Chromes Web Dev tool and inspect your site's body class (see image). If you view your different pages, this body classes page-id-X will change to your Pages ID.
#14
Posted 08 October 2012 - 04:32 PM
.page-id-7 .navbar .navline > li > a:hover {
background-color: transparent;
color: #ff0099;
text-decoration: none;
}
.page-id-102 .navbar .navline > li > a:hover {
background-color: transparent;
color: #0099ff;
text-decoration: none;
}
What I want is for it to change to pink when you hover over WHY and blue when you hover over HOW no matter what page you are on. Is that possible?
Thanks,
Ginny
#15
Posted 09 October 2012 - 06:50 PM
#16
Posted 11 October 2012 - 01:58 AM
Yeah you can change the colors site wide for the hover element. It looks like you have the correct code as well. Currently everything on your site is changing to pink on hover, so you've managed to put some effective Css in.
#17
Posted 29 November 2012 - 04:28 PM
Hello! I need a little help,
I need to change the dropdown menu color when the mouse is over the sub options of the navbar. I've added the codes which were mentioned above, but it changes the main part of the navbar.
I've also changed the color in the line code 136 /sections/navbar/style.less, but it didn't make any difference.
Is there a way i can change the hover color of the navbar sub options?
Thanks!
#18
Posted 29 November 2012 - 04:44 PM
joareis,
Please open a new topic of your own and we'll address your issue there. Thanks.
Also tagged with one or more of these keywords: navbar
PageLines Framework →
Customizations →
Navbar not centered in IE9Started by leadtail , Yesterday, 10:32 PM |
|
|
||
Modal Not Working - Section OrderingStarted by eglashcreative , 20 May 2013 |
|
|
||
PageLines Framework →
Technical Support →
Changes to text in NavbarStarted by entrysoftware , 09 May 2013 |
|
|
||
Type in navbar blotchy in FirefoxStarted by suerama , 05 Apr 2013 |
|
|
||
Navbar offset to the left since upgradeStarted by stedun8 , 02 Apr 2013 |
|
|













