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.

Customize SiteOrigin Features

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

How can I customize text and read-more link text of the SiteOrigin Features elements? E. g. I want to have the read more link in orange like the title of the feature. And maybe change the fontsize of the text a little.

How can I do this?

URL: http://www.heilpraktiker-psychotherapiepraxis.de/therapie-hamburg/

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 1 day ago

    Hi Hüseyin

    Thanks for reaching out. The SiteOrigin Features widget can be customised by using a little CSS under Appearance > Custom CSS:

    /* SO Features Widget Heading */
    .sow-features-list .sow-features-feature h5 {
    font-size: 19px;
    }
    /* SO Features Widget More Text */
    .sow-features-list .sow-features-feature p:last-child {
    font-size: 16px;
    }
    /* SO Features Widget More Text Link */
    .sow-features-list .sow-features-feature p.sow-more-text a {
      color: #e08331;
    }

    Edit from there.

    Hope that helps.

  2. Hueseyin 11 years, 9 hours ago

    Perfect!

    Thank you very much Andrew.

  3. Andrew Misplon Staff 11 years, 9 hours ago

    Super, glad to hear that helped :)

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