Hello,
I want to underline links on a site level. I tried some CSS that you gave me for other sites but it didn’t work. Primarily, i need the footer links to be underlined, but want all of them to be.
Thanks!
Hey Ryan,
Please try the following in Quick CSS under Enfold->General Styling:
a {
text-decoration: underline;
}
Best regards,
Rikard
Thanks Rikard – just tried and that didn’t work unfortunately
Hi Ryan,
In Appearance > Customize > Additonal CSS, you have this css code:
a {
text-decoration:none !important;
}
which prevents Rikard’s code from working, please remove that code.
Also, targeting all links to have an underline would not look good because it will include the main menu (and other elements), if you have specific areas you want to include in the underline (or don’t want to include) then just let us know and we’ll help you with the CSS code more tailored to what you want to achieve.
Best regards,
Nikko
ah thanks so much. i removed that code from there, and after review i’ve determined that the underlining actually looks best as its currently set up. Thanks for clearing that up, you can close this.
Hi Ryan,
I’m glad to hear that :)
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko