• Post/Page titles are a little bit bigger than necessary imo. Can I Reduce the size? A CSS command that would set the size for every page/post title would be ideal. Then I can control all of them with one command. Thanks.

    • This topic was modified 7 years, 4 months ago by locutus1.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Thread Starter locutus1

    (@locutus1)

    I don’t why an example is necessary but I added the url of the home page.

    Hi @locutus1, Steve (@sterndata) asked that because it helps us to help you when we can see the CSS code.

    You should look through your theme options for a setting related to title/H1 font size first. Otherwise you will need to add custom css such as:

    h1 {
       font-size: 28px; 
    }

    Your H1 font size is currently set to 38px so 28px is a bit smaller.

    Hope that helps ??

    Thread Starter locutus1

    (@locutus1)

    What CSS code can you see on my site?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can I change the size of post/page titles?’ is closed to new replies.