• I want to change the font size and color for H1, H2, H3 and the quote font size. Please advise.

    Thank you!

Viewing 1 replies (of 1 total)
  • An example to paste in the Custom CSS panel of Customiz’it!

    /* Change h3 text size and color */
    h3 {
    font-size: 18px;
    color: red;
    }

    More ideas here.

Viewing 1 replies (of 1 total)
  • The topic ‘Code to Change Font Sizes Color’ is closed to new replies.