• On the page linked, I am finding that my post title as well as the post meta footer content is being forced all caps, even though as far as I can tell in my theme settings, it should be deferring to whatever case the original text is in. What setting am I missing to be able to make it not change the text to upper case?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter TotallyGeeky

    (@totallygeeky)

    .wp-block-post-title{word-break:break-word;box-sizing:border-box}.wp-block-post-title a{display:inline-block}
    .wp-block-post-title{font-weight: 500;margin-top: 1.25rem;margin-bottom: 1.25rem;text-transform: uppercase;}

    This is a snippet from a new post I generated, it’s still text transforming the post title according to the index.html that is generated.

    Moderator Kathryn Presner

    (@zoonini)

    Hi @totallygeeky – those elements not uppercased by default, so it seems like someone may have changed some of the default typography settings in the Site Editor to uppercase at some point.

    For example, it looks like your Post Title block and some of the other elements within the Post Meta area are set to uppercase – here are two examples of where I see that in the browser inspector:

    Post Title Block

    You can modify that in the Site Editor.

    Head to: Appearance > Editor

    Click the Styles icon at the top right (it’s a half-white, half-black circle)

    Then click “Blocks”

    Once you’re in the block styles area, find the blocks whose typography you want to change, such as Post Title, Post Date, Post Terms, etc.

    For each of those blocks, in the Letter Case section at the bottom, choose the “None” option.

    Let me know how it goes!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Page not Respecting Layout’ is closed to new replies.