Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #54674
    Don philpotts
    Guest

    I’m trying to make the Blue page section titles bigger – using the inspector I can see they are inherited:
    What do I need to do to increase the display – where does the custom css need to go.
    From inspector:

    entry-header h1.entry-title {
    font-size: 19px;
    text-transform: none;
    font-family: Oswald;
    }

    Thanks Don

    #54697
    Brandon C
    Keymaster

    Hi Don,

    Thanks so much for reaching out and thank for using the Grid-one theme with BoldGrid Post and Page Builder for WordPress!

    I actually think you have everything right here but try adding an !important tag to your font-size element. For example:

    .entry-header h1.entry-title {
        font-size: 19px !important;
    }

    I hope this helps!

    #54716
    Don
    Guest

    Yep !important worked added to the custom css on the child theme.

    Thanks Brandon

    #54720
    Brandon C
    Keymaster

    No problem Don!

    I’m happy we could help out. Please don’t hesitate to reach back out if you have any other questions for us!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I change the font size of the Entry Title in my Grid-one WordPress theme?’ is closed to new replies.