Hi,
i would like to delete the underline in my buttons, in the text they are ok.
Any idea how i can delete them?
Thanks a lot
rixi
Hey rixi,
Please try the following in Quick CSS under Enfold->General Styling:
a.avia-button {
text-decoration: none;
}
Best regards,
Rikard
Hi Rikard,
i tried it out, but it doesn`t work.
Is there a problem because i have already this?
#main a {
color: #374822;
text-decoration: underline;
}
many greetings rixi
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#main a.avia-button {
text-decoration: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you!!!!!!!! Perfect :)
Many greetings
rixi