Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    Are you talking about the titles of your posts?

    If so, in your current theme’s style.css, look for this rule (line No.3738):

    .blog-style-5 .blog-post .post-header-title{
        font-size: 24px;
        text-transform: uppercase;
    }

    Try changing it to:

    .blog-style-5 .blog-post .post-header-title{
        font-size: 24px;
        text-transform: lowercase;
    }
    Thread Starter roslynk

    (@roslynk)

    Yeah I just mean all the titles, including: Titles of Posts on Individual posts, titles of posts on homepage as well, titles on homepage slider.

    Okay, I’ll try that!

    Moderator t-p

    (@t-p)

    Also, consider creating a child theme otherwise all your customization will be overwritten when you next update your theme.

    Alternately, use:
    – If your theme has a custom CSS option, use that to add the CSS.
    – If not, install a plugin, for example Simple Custom CSS; Custom CSS Manager plugin..

    • This reply was modified 9 years, 2 months ago by t-p.
    Thread Starter roslynk

    (@roslynk)

    Thanks for your help. I’ve actually done a lot of fiddling today with my blog and I changed one of the theme settings. This changed all the main headings (for blog titles on main page and individual posts pages) to lower case. I’d like to see if it looks better back in uppercase (I know I’m being annoying!). What do I change in my style.css to do this? I don’t want to mess it up and I’ve already tried a few things that didn’t work.

    Thread Starter roslynk

    (@roslynk)

    Nevermind! I magically figured it out for myself! Super proud.

    Moderator t-p

    (@t-p)

    Glad to know it 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Changing headers font to lowercase’ is closed to new replies.