Change font size and color in menu bar 2
-
First of all: Sorry for posting a topic that already exists. I have a question that belongs in the previous topic of the same name, but I saw that one was closed for comments.
My question:
With the help in the previous topic I succeeded to change the color of the menu bar. The problem is that I have put the search field in the menu bar as well, and I can’t find a way to change that backgroundcolor to the same color as my menu bar. It stays grey. Also, just on the left of my first button in the menu is still a small grey part.
Does anyone know how I can change the background color (not the input field) of my search field, and the small part on the left?
Here’s my site, so you can see what I mean: http://www.umanise.nl/concept/blog/
You’ll need to login:
UN: teun
PW: umagijs
Tnx!
Easy enough 🙂 Add this to your child theme CSS:
#header-menu-wrap {
background: none repeat-x scroll left -300px #547692;
}#header-menu, #header-menu-wrap {
background: #547692;
}Add
!importantafter the hex colour code if it doesn’t work in child theme stylesheet. Don’t forget to clear your browser cache after updating the child theme stylesheet. If you are using any caching plugin, flush it’s cache too!
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
