• I would like to know how to personalize the title in uppercase and lowercase.

    thanks.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @rate5210,

    Thanks for getting in touch, and thank you for using Kale- we really appreciate it!

    Would you mind including a little more detail about which title or titles you’re hoping to personalize? There are post and page titles, widget titles, a site title, and a few others on that particular page, and we’d love to help out with whichever one(s) you’re needing an assist on.

    Thanks so much, looking forward to getting this taken care of for you! ??

    Thread Starter rate5210

    (@rate5210)

    in post titles, thanks.

    Thanks so much! If it’s the post titles in the blog feed, these can be adjusted using “text-transform” like this:
    .blog-feed .entry-title { text-transform: none; }

    You can add this CSS under Appearance > Customize > Additional CSS, and you can replace “none” with “uppercase”, “lowercase”, etc.

    Let us know if you need anything else!

    Thread Starter rate5210

    (@rate5210)

    I got it, thank you much.

    Thread Starter rate5210

    (@rate5210)

    Excuse me, how about widget titles?

    For widget titles, you can use the following CSS:
    h3.widget-title { text-transform: none; }

    But if you’re meaning post title within widget areas, this would be the CSS for it:
    .widget_recent_entries ul li a { text-transform: none; }

    Hope this helps- if you need it in any other areas just let us know! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to change the title to uppercase and lowercase’ is closed to new replies.