Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30383
    David A Mulholland
    Guest

    Is there an option to make all the text sizes smaller by default and change some from default uppercase etc  H1, paragraph etc.. as the H1 is far too big when using a long line of text and the paragraph text is too large wit the only option of smaller text being in uppercase? 

    #30384
    Jesse Owens
    Guest

    Hello!

    Thanks for the great question, there is an option to set the font sizes.

    Navigate to the Customize -> Fonts menu, and you’ll see options for Headings and Main Text, which will let you increase or decrease the sizes.
    change font sizes in Customizer

    I hope this helps!

    #30385
    David A Mulholland
    Guest

    Hi Jesse you didn’t get back to my reply

    The options you gave do not allow me to edit the text I need to and has limited options

    Why are there no options to edit ALL the types of text size from H1 right down to paragraph text?

    #30387
    Jesse Owens
    Guest

    Hello David,

    I’m sorry if I missed another question. You’re right that the typography size options aren’t completely explicit for each type of text and heading.

    This is because the BoldGrid Theme Framework automatically computes the font sizes of the various headings programattically based on the option you choose in the Customizer.

    However, you can of course always get full control of your text and heading sizes in your Customize -> Advanced -> Custom CSS & JS menu by using CSS rules similar to this:

    body h1 {
        font-size: 24px;
    }

    You can adjust the selectors and sizes according to your needs so that you can get fine-grained control of your typography.

    I might also recommend the plugin TinyMCE Advanced which lets you control the font sizes from directly within the editor:

    TinyMCE Advanced plugin font options

    I hope this helps!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how do i change all the default text sizes e.g. default paragraph text is too big’ is closed to new replies.