Menu description colour change?

Viewing 4 posts - 1 through 4 (of 4 total)
  • #7456
    Spechless
    Participant

    I have tried all the color changing options under typography, but one thing I can’t seem to change is the color of the menu description. No matter what I do it stays the same gray color. Also where can I change menu items font size and also for the same description line? Thank you for anyone who can help.

    #7522
    Alexander
    Participant

    To change any of the colors in the menu you can add this to your CSS part:

    MENUE TOPIC

    #access a {
    color:#FF0000;
    }

    MENU HOVER

    #access a:hover {
    color:#00FF00;
    }

    MENU SELECTED

    #access li.current-menu-item > a {
    color:#0000FF;
    }

    MENU DESCRIPTION

    #access a span {
    color:#00FFFF;
    }

    Cheers,
    Alexander @ http://www.mouseclick.com

    #7527
    Spechless
    Participant

    Thank you very much, this is very much appreciated πŸ™‚

    #21638
    Anne
    Participant

    I added this – but then my navigation was completely destroyed so I removed it…
    Where exactly do I have to add this?

    I only want to add the part of the MENU DESCRIPTION.

    Thanks for your help!

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

You must be logged in to reply to this topic.