Home Forums Basel support forum Edit H1, H2, H3 etc. Header Typography & Style

Edit H1, H2, H3 etc. Header Typography & Style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18773

    rubberdragon
    Participant

    In Theme Option typography, I don’t see option for editing style, colour, font etc of H1, H2, H3 etc.? Where can header styles be edited, or should we use Css, can you provide example? Thanks.

    #18778

    Artem Temos
    Keymaster

    Hi,

    Our typography options are divided into a few groups that help you to keep all headings on the site look more consistent. There are no different option for H1, H2, H3 and other tags. But it can be easily achieved adding the following code snippet to the Custom CSS field in Theme Settings

    h1 {
    font-size:48px;
    color: #258b9d;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)