How Do I Change the Font Size of Page and Post Titles?

Home Support Business Point How Do I Change the Font Size of Page and Post Titles?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15499
    Travis Fleming
    Participant

    Hello,

    I’m wondering if it’s possible to change the font size of page titles and post titles. I’d like to make them bigger.

    I’ve tried the following CSS codes:

    h1 {
    	font-size: 40px;
    }
    .entry-title {
      font-size: 40px;
    }

    Neither of these worked. I was able to change the size of other headers (h2, h3 etc.) but not the main title for either posts or pages.

    Any help would be appreciated. Thanks.

    #15599
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom CSS by following steps

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”
    3) Paste the below code in “Additional CSS”

    #primary .post .entry-title, #primary .page .entry-title{
    font-size: 40px !important;
    }

    4) Save the update.

    Hope this helps!

    have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.