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? This topic has 1 reply, 2 voices, and was last updated 4 years, 11 months ago by nirav. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 26, 2020 at 4:52 am #15499 Travis FlemingParticipant 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. April 30, 2020 at 12:12 pm #15599 niravKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In