Okay
  Public Ticket #1332212
Hide underline on buttons only
Closed

Comments

  • schuschieyes started the conversation

    Hello there

    How can I hide the underlines when hovering on the buttons on my homepage without hiding the underlines in the main-menu?

    I tried this already in the custom CSS of the homepage:

    .wrapper a:after {
        background: transparent!important;
    }

    but it hides both the underlines of the buttons and the main menu at the same time. How can I hide them separately so I can only hide the underlines of the buttons?

    Thanks already for the answer.

    Regards Martin

  • [deleted] replied

    Hi Martin,

    Can you please add the code below to your Custom CSS area:

    .vc_btn3-container a:after {
        background-color: transparent;
    }

    This will solve your problem :)