Home>Support>Site Origin Editor CSS

Site Origin Editor CSS

Hello, I am trying to change the title in a site origin editor widget from all CAPS to all lowercase. Could you please help me?

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

  1. 7 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Tim_dev,

    You’ll need to use CSS for this. If you would like to change a specific title, please open the editor and head over to the widget styles sidebar. Open the Attribute settings group and set the widget class to title-lowercase and then save the page. Please navigate to WP AdminAppearanceCustom CSS and add the following CSS:

    .title-lowercase .widget-title {
    	text-transform: lowercase;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

    If you would like to capitalize all titles, please navigate to WP AdminAppearanceCustom CSS and add the following CSS:

    .so-widget-sow-editor .widget-title {
    	text-transform: lowercase;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

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