Navbar Separator Color
shniks
Registered Users Posts: 945 Major grins
Hi guys,
How do I change the color of the Navbar separators (i.e. the separators that go between "Home," "Galleries" etc.)?
Cheers,
How do I change the color of the Navbar separators (i.e. the separators that go between "Home," "Galleries" etc.)?
Cheers,
0
Comments
.sm-page-widget-12511180 .sm-page-widget-nav-toplink {border:none !important}
Oops just read you wanted color changed, be back.
.sm-page-widget-12511180 .sm-page-widget-nav-toplink {border-color:red !important}
My Website index | My Blog
You rock as always Allen - I used #ccc instead of red to make it match the Navbar text color.
Thanks much,
My Website | My Blog | My Facebook Page | My YouTube
There is a way to shorten those borders also.
This will move the border down some.
line-height: 14px;
/*Make Navbar separator color dark grey*/
.sm-page-widget-12511180 .sm-page-widget-nav-toplink {
border-color:#ccc !important;
line-height: 13.5px;
[strike]padding-bottom: 3px[/strike]
}
My Website index | My Blog
You are too much Allen - I was just going to ask you to kindly help with that. Thanks so much! clap
My Website | My Blog | My Facebook Page | My YouTube