Tagged: ,

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

    Hi!
    How can I change the color of menu botton? (when I choose the buton style)
    Tnx!

    #332172

    Hey Tanya2105!

    Thank you for using Enfold.

    You can use this:

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    background: red;
    color: blue;
    border-color: pink;
    }

    Cheers!
    Ismael

    #338044

    Hi Kriesi,
    If I want to use to have a colored text and no button, I can set the backgroundcolor to white using the above snippet.

    But If I want to show the button when the mouse is over, is it enough to add a:hover to the above snippet or is there a smarter way?

    Great theme! Thanks…
    Mads

    #338211

    Hey!

    Yes, adding hover selector is enough as long as it works. :)

    Regards,
    Ismael

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