Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #278132
    Heinz
    Participant

    Hello
    The font colors of the menu are not always the same. There are entries that are light blue and some dark brown. I want all entries to be light blue when you hover over them with the mouse and become orange when you click them. Is that possible?
    Many thanks for the help.
    regards
    Heinz

    #278141
    Skandha
    Participant

    @henebe: Hello Heinz,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-item a:hover {
        color: #82d0f5;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #278144
    Heinz
    Participant

    Hallo Skandha
    Vielen Dank. Funktioniert super.
    Grüsse
    Heinz

    #278145
    Heinz
    Participant

    Hello Skandha
    Many Thanks. Works perfectly.
    regards
    Heinz

    #278151
    Skandha
    Participant

    @henebe: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Font colors menu’ is closed to new replies.