I added
.avia_textblock a { text-decoration: underline; }
And this adds the underline for my hyperlinks in text blocks. But, this didn’t add the underlines to my hyperlinks in a tab element.
How can I get the underline there?
Hey tamara_cartwright,
Please, may you share with me your website link to me check this? This way, I`ll provide a custom code to fix it.
Best regards,
John Torvik
Thank you for the help. This page uses Tabs:
Their our hyperlinks for all the classes … but you only see them on mouse-over. I would like to underline them.
Thanks,
Tamara
Hi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
#top .av_tab_section a {
text-decoration: underline;
}
Hope this helps :)
Best regards,
Nikko
That worked great! Thanks for the awesome support.