[Resolved] Disable effect hide button

Home Forums Support [Resolved] Disable effect hide button

Home Forums Support Disable effect hide button

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

    Hi There!

    How can I don’t hide the button when mouseover. The button is green called “Atendimento via Whatsapp”?

    #957244
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try editing this CSS:

    @media (min-width:769px) {
        .main-navigation .main-nav ul li.nav-button a {
            background-color: #13d622;
            color: #000000;
            line-height: 50px;
        }
    }

    to this?

    @media (min-width:769px) {
        .main-navigation .main-nav ul li.nav-button a {
            background-color: #13d622;
            color: #000000;
            line-height: 50px;
        }
        .main-navigation .main-nav ul li.nav-button a:hover {
            background-color: #13d622 !important;
        }
    }

    Let me know ๐Ÿ™‚

    #957380
    Renan

    Thanks a lot Leo! Support fantastic!

    #957586
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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