Customize SiteOrigin Features
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
3Hi 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.
Perfect!
Thank you very much Andrew.
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.