Okay
  Public Ticket #3614923
line under links
Closed

Comments

  •  20
    Hilke started the conversation

    Hi,

    it happens on all my pages, all links have the underline which is totaly fine but very weird if it comes to the buttons. can i turn it off for the buttons I create?


  • [deleted] replied

    Hi Hilke,

    Please add the code below to your Custom CSS area:

    .wpb_raw_code a:after {
        background-color: transparent;
    }
    .widget_block a:after {
        background-color: transparent !important;
    }

    Have a nice day!

  •  20
    Hilke replied

    For the ones I have in the menu it doesn`t work. Do I have to add something in the shortcode ?

    <a href="https://billdin.com/demo/">
          Agenda una demo
        </a>
  • [deleted] replied

    Please just add this CSS code to your Custom CSS area:

    .raw-text-widget a:after {
        background-color: transparent;
    }

    If the code doesn't work, then add the !important rule. See example:

    .raw-text-widget a:after {
        background-color: transparent !important;
    }

    Have a nice day!

  •  20
    Hilke replied

    Yes this one is working, thanks

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!

    I will set this ticket as solved from here.