How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support how to change H texts font sizes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16404
    davitgona
    Participant

    how to change H texts font sizes.

    I want to change all H text font sizes, H1,H2,H3,H4,H5,H6

    How can I do this?

    Thanks

    #16424
    admin
    Keymaster

    Hi!

    All the content headers are under this class, so you can change the font sizes as follow:

    .text-area > h1 { font-size:30px; }
    .text-area > h2 { font-size:30px; }
    .text-area > h3 { font-size:30px; }
    .text-area > h4 { font-size:30px; }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.