Comments 20Hilke started the conversationMarch 26, 2024 at 10:36amHi,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] repliedMarch 27, 2024 at 7:48amHi 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! 20Hilke repliedMarch 27, 2024 at 12:03pmFor 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] repliedMarch 27, 2024 at 2:07pmPlease 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! 20Hilke repliedMarch 27, 2024 at 3:25pmYes this one is working, thanks[deleted] repliedMarch 28, 2024 at 7:26amHappy to hear thatHave a nice day!I will set this ticket as solved from here. Sign in to reply ...
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?
Hi Hilke,
Please add the code below to your Custom CSS area:
Have a nice day!
For the ones I have in the menu it doesn`t work. Do I have to add something in the shortcode ?
Please just add this CSS code to your Custom CSS area:
If the code doesn't work, then add the !important rule. See example:
Have a nice day!
Yes this one is working, thanks
Happy to hear that
Have a nice day!
I will set this ticket as solved from here.