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.

Replies

1
  1. Alex S Staff 8 years, 9 months ago

    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.

Have a different question or issue?

Start New Thread