• Hi everybody.

    If you take a look at this website: http://riyadelcadi.photogear.dk/

    I changed the colour on the top bar saying “Special offers”.

    I did that by adding this code to the custom.css file:

    #menu-item-962 a {
    color: white;
    background: #49796D;
    border-left: 1px solid white;
    }
    
    #menu-item-962 .sub-menu a {
    color: #545628;
    background: white;
    }
    #menu-item-962 .sub-menu hover a {
    {
    border-left: 1px solid #E3E3E3;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #E3E3E3;
    }

    It seems to work, but the only thing is that the “hover” color in the submenu is now lost..

    I hope that some of you are able to help.

    All the best
    Niels

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Hover color lost?!’ is closed to new replies.