-
AuthorPosts
-
August 30th, 2014 at 15:28 #27000Johanna Ouwerling
Hi,
It seems an easy thing to do, but I can’t seem to find the option to change the background color when I hover over a menu item. I want the background to become black.
I added this to the custom.css in the Tempera options, but that din’t help.
#access > .menu > ul > li:hover > a:not(:only-child) span:after {
top:20px;
background-color: #000000;
}
Where and how can I change it?
This is my site: http://www.tina-turner.nl/blogJohanna
August 30th, 2014 at 17:25 #27013KayCryout Creations mastermindHi Johanna,
Unfortunately we can’t help you since you removed our copyright link from the theme. I’m sure you’ll find the answer elsewhere though.
Good luck!
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.September 1st, 2014 at 14:01 #27033Johanna OuwerlingHi Kay,
Sorry if I offended anyone. Isn’t it allowed to remove the original copyright? I thought it was.
If not I will restore it.Johanna
September 3rd, 2014 at 11:58 #27059Jan DurcoHi, I have the same question.
September 3rd, 2014 at 15:36 #27061Johanna OuwerlingHi Jan,
I wanted it to be black, so I added this to the Tempera otptions under miscallenous ettings:
#access > .menu > ul > li:hover > a {
top:20px;
background-color: #000000;
}#access ul li {
position:relative;
display:block;
float:left;
white-space: nowrap;
border-top: 1px solid black;
} -
AuthorPosts
The topic ‘How to change the background hover color of the menu?’ is closed to new replies.