Home>Support>Customize SiteOrigin Features

Customize SiteOrigin Features

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 3 months ago Hueseyin

    Perfect!

    Thank you very much Andrew.

  3. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More