Hello!
I want my links to be underlined only in text (not headers)
Usuall css change does not change,
!important makes headers to change to underline too.
How could we change that?
Yours faithfully,
Igor
Hey ibuzaev,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #main a:where(:not(.wp-element-button,.avia-button)) {
text-decoration: underline;
}
Best regards,
Mike
SOLVED, thank you!
Thank you Mike
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike