Navbar font color on a custom page
Etienne
Registered Users Posts: 70 Big grins
Hi,
I am a new dgriner and french so I apologize if my english is Approximate
I would like to know if it is possible to change the color font of the navbar only on a specific page:
The default font color of the menu on each page are good for me, except on one page.
I use a smug mug block menubar.
On the specific page where I want a different font color, I use this CSS code :
.sm-page-widget-nav-toplink, .yui3-menu-item .yui3-menu-label,
.sm-page-widget-nav-toplink > a {
color: black;
}
But It does not work.
I can not put this code on Entire site because I want the specific color font navbar on only one page.
I do not want to change the font color of the page's theme on smug mug.
If someone can help.
Thanks
Etienne
I am a new dgriner and french so I apologize if my english is Approximate
I would like to know if it is possible to change the color font of the navbar only on a specific page:
The default font color of the menu on each page are good for me, except on one page.
I use a smug mug block menubar.
On the specific page where I want a different font color, I use this CSS code :
.sm-page-widget-nav-toplink, .yui3-menu-item .yui3-menu-label,
.sm-page-widget-nav-toplink > a {
color: black;
}
But It does not work.
I can not put this code on Entire site because I want the specific color font navbar on only one page.
I do not want to change the font color of the page's theme on smug mug.
If someone can help.
Thanks
Etienne
0
Comments
I find the solution on the forum
.sm-page-widget-nav a {color: #fff !important;
vertical-align: middle;}
Have a nice day.
Etienne
And for what it's worth, I found your English EXACT, rather than approximate.