How to change the background hover color of the menu?

  • Author
    Posts
  • #27000
    Johanna 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/blog

    Johanna

    #27013
    Kay
    Cryout Creations mastermind

    Hi 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: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #27033
    Johanna Ouwerling

    Hi 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

    #27059
    Jan Durco

    Hi, I have the same question.

    #27061
    Johanna Ouwerling

    Hi 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;
    }

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘How to change the background hover color of the menu?’ is closed to new replies.