• Resolved Octang

    (@octang)


    I am using the Brunelleschi theme and I have been having trouble getting my blog post titles to repond to any plugins attempting to modify it. I have downloaded multiple plugins in an attempt to change my blog posts titles to be all caps, but nothing seems to work.

    Currently my H2 titles show all in all caps, as seen in this post: https://www.foxvalleyfoodie.com/easy-cheesy-hash-brown-casserole-recipe/

    I would like my h1 titles to appear that way as well.

    Any help would be appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • In your custom.css or your childtheme.css try this;

    h1 {
        text-transform: uppercase;
    }
    Thread Starter Octang

    (@octang)

    That worked to change the title to all caps on the individial blog pages themselves, but it did not change the same titles that appear on my mainpage (foxvalleyfoodie.com) to be in all caps.

    Any ideas?

    Thread Starter Octang

    (@octang)

    Scratch that last statement. I was able to use what you gave me and modify it slightly to work for what I needed! Thanks again!!

    You’re welcome, glad it helped you out

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make my Blog Titles ALL CAPS’ is closed to new replies.