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.

Removing Underline From Links In SiteOrigin Features

10 years ago · Last reply by Magus 10 years ago

I would like to remove the underlined when hover style on links in the SiteOrigin Features widget. For example, I have text ” Learn More” as the More URL, but I do not want it to be underlined when hovered over.

Thanks

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Magus Staff 10 years, 7 months ago

    Hi Cherokee Lakes

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .sow-features-list .sow-features-feature p.sow-more-text a:hover {
      text-decoration: none;
    }

    Let us know how you get on

    Magus

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