[Resolved] Page Header Text

Home Forums Support [Resolved] Page Header Text

Home Forums Support Page Header Text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #90931
    Nick

    How do i make my page header text bigger and bold

    #91033
    Tom
    Lead 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;
    }
    #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

    #91069
    Tom
    Lead 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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.