Tagged: links underline
Hello!
The following global setting via style.css and/or functions.php is required
1) All links in the text should be underlined
2) No underlining on the following elements and pages
How can I implement this?
Examples:
https://www.pflanzenkuebel.eu/
https://www.pflanzenkuebel.eu/shop/agb/
https://www.pflanzenkuebel.eu/shop/pflanzkuebel/pflanzkuebel-27×35/
Best regards, Christian
Hey christian.wien,
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;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike