Comments schuschieyes started the conversationOctober 12, 2017 at 7:59amHello 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] repliedOctober 12, 2017 at 8:01amHi 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 :)1 Like Sign in to reply ...
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:
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
Hi Martin,
Can you please add the code below to your Custom CSS area:
This will solve your problem :)