Sela Theme – changing widget header text to lower case

  • Unknown's avatar

    Hello, I’m working with the Sela theme and by default the titles of each widget are all upper case, and I would like them to be lower case. I can’t for the life of me find the right css to change the font from upper case to lower case. Can anyone please help?

    Thanks so much!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi @goodnightdollies

    The following CSS code will turn off the “text-transform” CSS property that renders the widgets’ titles in all-caps, and will make them render as they are:

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

    The CSS code above should be placed in the CSS editor in your Dashboard.
    To access the CSS editor, < a href=”https://wordpress.com/customize/”>first launch your site customizer then click on the CSS tab to access the CSS editor.

    Please note that The Custom CSS feature is only included in Premium and Business plans and you can read more about it here:
    http://en.support.wordpress.com/custom-css/

    Let me know if this helps.

  • Unknown's avatar

    Thanks so much, it worked perfectly! :D

  • Unknown's avatar

    @goodnightdollies You are welcome.

    Happy to help :)

  • The topic ‘Sela Theme – changing widget header text to lower case’ is closed to new replies.