badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Headings font size

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #107988
    Krystal
    Participant

    Hi, how can I change the headings H2 an H3 font size? In my site H2 Heading is bigger than the title. Thanks.

    #108040

    Hi there,

    You can add custom CSS code as below example.
    Just change the digit value below to change the font size for specific heading and add below custom CSS code.

    h1 {
    font-size: 20px;
    }
    h2 {
    font-size: 18px;
    }
    h3 {
    font-size: 16px;
    }

    Thank you!

    #108050
    Krystal
    Participant

    Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.