Menus background color

Viewing 5 posts - 1 through 5 (of 5 total)
  • #7031
    delphinELB
    Participant

    Is it possible to edit the background colors for submenus ?

    #7043
    Jackc
    Participant

    I’m looking for the same option to change this background color of the sub menu’s.

    Please advise where to change this.

    Much apreciated because this is a great theme :).

    Greetz,
    Jack

    #7055
    amijangos
    Participant

    This is how I did it:

    Appearance->Theme Options->Layout->custom css

    this is the code
    #access li li a {
    background:#352504;
    }

    #access li li a:hover {
    background:#CC982A;
    }

    #7060
    delphinELB
    Participant

    Yes it works ! Thank you !

    #7061
    Jackc
    Participant

    This worked for me too. Just have a grey line between the menu items now left. Any idea what code I’d have to use to change this too?

    Thanks.
    Jack

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

You must be logged in to reply to this topic.