Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #423086

    Hi Kriesi,

    I would like to know how can I change the text color of my colored button in my header menu.

    Now, my button is black (baground) and white (font-color). I would like the hover of this button is yellow. When i pass my mouse over the button, the font change to be yellow. But i would like to keep other items in black with the hover in white. I would like just my colored button with a yellow text in hover …

    URL is in private content.

    • This topic was modified 9 years ago by nbermond.
    #423357

    Hey nbermond!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #menu-item-614 a:hover{
    color:yellow !important;
    }

    Best regards,
    Rikard

    #423461
    This reply has been marked as private.
    #424062

    Hi!

    Try this out.

    #menu-item-614:hover > a > .avia-menu-text { color: yellow !important; }
    

    Best regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.