• Can you tell me how to make the paragraph text larger? It’s too small compared to the heading sizes.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Vinod Dalvi

    (@vinod-dalvi)

    You can make it larger by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    #content .entry-content {
        font-size: 15px !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Paragraph text too small’ is closed to new replies.