Birdie Responsive Theme - Post ID 204589
Hello,
On the Birdie Responsive Theme, how do I change the nav bar's hover over background color? I can't find it in the css. I find the nav bar hover, but I don't understand the code for the background color change as I don't see it. Obviously, I'm not understanding this correctly because I use css all the time Please help.
Thanks!
Josephine Piraneo
On the Birdie Responsive Theme, how do I change the nav bar's hover over background color? I can't find it in the css. I find the nav bar hover, but I don't understand the code for the background color change as I don't see it. Obviously, I'm not understanding this correctly because I use css all the time Please help.
Thanks!
Josephine Piraneo
Hiya Josephine,
Firstly we'd need to know what program you're asking about the theme for since there are different versions of themes for different programs and some with the same name due to theme matching to make site elements the same theme.
Firstly we'd need to know what program you're asking about the theme for since there are different versions of themes for different programs and some with the same name due to theme matching to make site elements the same theme.

Since it's responsive and has a nav bar and css it has to be the HTML editor.
Josephine it should be in the css. I don't have that theme. Can you publish the page and post a link?
Josephine it should be in the css. I don't have that theme. Can you publish the page and post a link?

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
I think this is it:
Changes the mustard yellow to a darker mustard by putting a translucent black over it.
(where it has rgba...)
nav ul li a:hover {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
text-decoration: none;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
text-decoration: none;
Changes the mustard yellow to a darker mustard by putting a translucent black over it.
(where it has rgba...)
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
Thanks Paintbrush.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thanks to everyone who responded. I appreciate all the help. And a special thanks to paintbrush! I get the rgba thing now. I was not familiar with it and couldn't figure it out. Since you pointed it out, I did research and now understand it and how I can change it to what I need.
Again, thanks to everyone for responding.
Jo
Again, thanks to everyone for responding.
Jo
That's another reason why I love the CoffeeCup Website Color Schemer, it gives you all the different ways a color can be used be it Hex for basic web design or RGB for all the great new CSS3 features

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.