• Hi, I don’t want my site title or widget titles to be all caps. Is there a way to fix this? Love the theme by the way! Sarah

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alex Kalh

    (@colourstheme)

    Hi friend,

    To change attribute “text-transform” of widget title, please go to:

    1. Appearance >> Customize >> Custom CSS.
    2. Enter code below to textarea >> Click Save button and refresh your site:

    #site-home-link #site-title,
    h2.widget-title span{
         text-transform: none;
    }

    Best regards,
    Alex Kalh

    Thread Starter LuciaML

    (@luciaml)

    Thank you so much, Alex! This worked beautifully. Sarah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to prevent site title and widget titles from being all caps’ is closed to new replies.