Home>Support>Site Orgin Editor Widget Title
  1. 7 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Bobby,

    Yes, this is possible with CSS.

    Hi Bhs67,

    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 either title-center or title-right_justify depending on which one you want to use and then save the page. Please navigate to WP AdminAppearanceCustom CSS and add the following CSS:

    .title-center .widget-title {
    	text-align: center;
    }
    
    .title-right_justify .widget-title {
    	direction: rtl;
    	text-align: justify;
    }
    

    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 to center align the widget title:

    .so-widget-sow-editor .widget-title {
    	text-align: center;
    }
    

    Or the following CSS if you would like to right justify the widget title:

    .so-widget-sow-editor .widget-title {
    	direction: rtl;
    	text-align: justify;
    }
    

    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