Home › Forums › Support › Page Header Text This topic has 3 replies, 2 voices, and was last updated 8 years, 8 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 24, 2015 at 9:53 am #90931 Nick How do i make my page header text bigger and bold March 24, 2015 at 5:09 pm #91033 TomLead Developer Lead Developer If you have the Typography add-on, you can do it easily in the Customizer. If not, you can use CSS: .main-title { font-weight: bold; font-size: 30px; } March 24, 2015 at 5:56 pm #91040 Nick I mean the page header – if i go to pages and scroll down it says page header with two options image and content. I want the text in the content section to be bigger and bold March 24, 2015 at 11:39 pm #91069 TomLead Developer Lead Developer Ah, well you can do something like this then: <div class="large-text"> My large text in here </div> Then add this CSS: .large-text { font-size: 30px; font-weight: bold; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In