When I add a button using the shortcodes in the editor for the content slider it always shows an underline in the button, is there a way to fix that easily?
Please see image link in Private Content area.
Hey wdwalrus,
Try adding this code in Quick CSS (located in Enfold > General Styling):
#top .avia-button {
text-decoration: none !important;
}
Let us know if this helps.
Best regards,
Nikko