Tagged: underline links
Hi,
The links in the singel product page text are not underlined. You can I underline them in all single product pages?
See link
Hey studioinktvis,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.single.single-product div .product a {
text-decoration: underline;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks!
Hi studioinktvis,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
I would also like to do this with BRANDS page CATEGORY page and any normal page with text.
Hi,
Try the following:
single.single-product div .product a {
text-decoration: underline;
}
a {
text-decoration: underline;
}
Best regards,
Jordan Shannon
No not working
I don’t know if i am clear in what I want
i like links to be underlined in the next pages.
See privat content
Hi,
The above should have worked. Please provide admin info so we can log in and look into this issue further.
Best regards,
Jordan Shannon
here you are
Hi,
Try this code in the General Styling > Quick CSS field:
#top #wrap_all main a {
text-decoration: underline !important;
}
Best regards,
Mike
YES, that’s it. Thanks!
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon