Custom CSS for removing underline from hyperlinks not working in SiteOrigin North
Hello,
I am trying to remove the underline from the hyperlinks within my own website.
I saw some help in other SiteOrigin forums with Custom CSS and I tried them:
THIS:
/* Links */
a,
a:hover {
text-decoration: none;
}
AND THIS:
.entry-content a {
text-decoration: none;
}
AND THIS:
.sow-features-list .sow-features-feature p.sow-more-text a:hover {
text-decoration: none;
}
It’s still not working. This is a sample: https://weignitegrowth.com/brand-story/
Can you please help? Thanks a lot.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Poulomi,
You can remove the underline in SiteOrigin North by using the following CSS you mentioned:
a, a:hover { text-decoration: none; }If that CSS isn’t working for you, please try clearing your minify, page cache, and clear your browser cache.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.