Green Color Top Nav Bar only
Elon
Registered Users Posts: 3 Big grins
Hi Folks,
I'm trying to add a green color to my Top Nav Bar. The main nav bar will stay white with black text. I've read the forums and just can't seem to get it right. I found this CSS code below and replace XXXXXX with my desired hex code but nothing is happening. Any assistance would be appreciated. Thanks!
.sm-page-widget-nav {
color: #XXXXXX;
}
I'm trying to add a green color to my Top Nav Bar. The main nav bar will stay white with black text. I've read the forums and just can't seem to get it right. I found this CSS code below and replace XXXXXX with my desired hex code but nothing is happening. Any assistance would be appreciated. Thanks!
.sm-page-widget-nav {
color: #XXXXXX;
}
0
Comments
If you want the text (links) to be green, then that code won't work. If you want the BACKGROUND of the navigation to be green, then you need
background-color: green;
.Since I can't see your site, please post your site, thanks.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
There is CSS that you can select which line to apply to in the div.
My Website index | My Blog
@Elon - I never got an e-mail.
Like @Allen said, there are other ways (and better) to customize, but without seeing it, we can't help.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
@"Hikin' Mike" Not sure if allowed but send me an email at elonri@gmail.com and I'll reply to that. Thanks
E-mail sent.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk