Home>Support>How to remove link underlines?

How to remove link underlines?

By Steven Small, 9 years ago. Last reply by James, 9 years ago.

Hello,

I’m having trouble finding a way to get rid of the underlines on links in my Vantage site. I have searched and have found some threads that show people how to change the text decoration in css style. I have tried to find the text decoration code in my css style using ctrl+f but I can’t find it. There are 32 results when I do this but all are set to none. So I’m at a loss.

Do I need to have premium Vantage to access this?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago James

    This will remove the underline of links in pages and posts

    .entry-content a {
        color: #248CC8;
        transition: all 0.2s ease 0s;
        text-decoration: none;
    }
    
  2. 9 years, 7 months ago Steven Small

    All the text-decoration code is set to none. I must admit I know nothing of code, do I just throw what you wrote in the css style code?

  3. 9 years, 7 months ago James

    hi,

    yea you put that css code into a custom css plugin (simple custom css) or if you have premium theme in the custom css section in appearance.

  4. 9 years, 7 months ago Steven Small

    Cool it seems to have worked. Thanks James!

  5. 9 years, 7 months ago James

    your welcome,

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More