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

    hello, as in the screenshot I would need to have this effect on the “Accedi” button so in the normal state it is color border and white font, while in the background hover # ffcc01 and black font.

    Is it possibile?

    image screenshot: https://ibb.co/2tN6NmY

    #1177217

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top #header .av-menu-button > a .avia-menu-text {
        border-color: #ffcc01;
        color: white;
    }
    #top #header .av-menu-button > a:hover .avia-menu-text {
        color: black;
        background-color: #ffcc01;
    }
    
    

    Best regards,
    Yigit

    #1177548

    AMAZING! thank you so much, it was make me crazy!

    #1177991

    Hi,

    Great, I’m glad that Yigit could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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