Customizing my navbar, when I add the code
.navbar .navline { font-size: 26px;} i get the effect I want
When I den for example add
.navbar .navline { font-size: 26px; color: #FFFFFF;} there is no effect for the color code.
Any suggestions?
Best Answer batman , 10 December 2012 - 11:21 PM
Perfect
Try with
.navbar .navline > li > a { color: red;}
Go to the full post
Posted 10 December 2012 - 10:39 PM
Customizing my navbar, when I add the code
.navbar .navline { font-size: 26px;} i get the effect I want
When I den for example add
.navbar .navline { font-size: 26px; color: #FFFFFF;} there is no effect for the color code.
Any suggestions?
Posted 10 December 2012 - 10:54 PM
Hi Patrick
If you use de Nav Classic with the "Simple CSS Lite" plugin found in the PageLines Store to change all parameters.
It's a free plugin that allows you control over the color of the menu.
Simple CSS Lite only works on the standard navigation, it don“t work on NavBar.
Please post your site's url so we can properly troubleshoot the issue for you.
Posted 10 December 2012 - 11:00 PM
My site,
Posted 10 December 2012 - 11:21 PM Best Answer
Perfect
Try with
.navbar .navline > li > a { color: red;}