Home Forums WoodMart support forum Defining h1 – h6

Defining h1 – h6

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

    JuliaSan
    Participant

    Hi,
    is there a way to easily set up what the different Headers should look like (font size and weight, line height, etc.)
    Only in Custom CSS?
    Can I also add a separate text style – like “small print”?
    Thanks,
    Julia

    #29914

    Artem Temos
    Keymaster

    Hello,

    Unfortunately, we don’t have separate options for each heading tag and you can do this with simple CSS code like this

    h3 { font-size: 24px; font-weight: bold; }

    What do you mean by add a separate text style – like “small print”?

    Regards

    #30960

    JuliaSan
    Participant

    Thank you!

    #30990

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

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

The topic ‘Defining h1 – h6’ is closed to new replies.