0
Under review

heading size

mc 2 years ago updated by support (Support) 2 years ago 1

Dear Sir or Madam,

I'm using Boldgrid Post and Page builder 1.14.2, with Hydra Theme.

I'm wondering how to modify the size of heading 5, since it is too small.


Kind regards


Marco

Under review

Hi Marco, thank you for contacting us!

The easiest way to make adjustments to the font size of H5 elements specifically in the Hydra theme is to utilize the Custom CSS controls found in your theme Customizer (https://www.boldgrid.com/support/boldgrid-themes/how-to-use-the-custom-css-editor/). The font size controls for Headings in Hydra uses a slider that sets the base size for headings and then each individual heading type is calculated off of that base, but using CSS will allow you to override that default behavior and get a custom size.

To target H5 elements (and any others that inherit the H5 styles) you can use the following example:

h5, .h5 {
    font-size: 16px !important;
}

Please let us know if you have any other questions for us Marco!