This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Custom CSS for removing underline from hyperlinks not working in SiteOrigin North

7 years ago · Last reply by Alex S 7 years ago

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

1
  1. Alex S Staff 7 years, 3 months ago

    Hi 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.

Have a different question or issue?

Start New Thread