How to change font size?

Home Forums Iconic One Pro Support How to change font size?

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 4 years, 6 months ago.

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

    sanjayasum
    Participant

    1. How to change table font size?
    2. How to change h2 and h3 font size?

    #5803

    Hi,

    1) Paste the following lines in Customizer -> Additional CSS

    
    .entry-content table {
        font-size: 16px;
    }

    2) Similarly

    
    .entry-content h2 {
        font-size: 24px;
    }
    .entry-content h3 {
        font-size: 20px;
    }

    Change px values as per the requirement.

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

You must be logged in to reply to this topic.