This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Changing the Paragraph Style for Posts in Vantage Theme

Open 1 reply themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

I’m using the Vantage theme (awesome!) and want to change the paragraph style font size for my blog posts as people are reporting that it is too small and hard to read. I don’t see a customization option and only understand the basics of editing CSS. Is there a way to increase the font size for that style? Thanks in advance for your help!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi Scott

    There is an option in Vantage Premium so if you are using that please head to Appearance > Customize: Fonts.

    For Vantage Free you could insert the following into a Custom CSS plugin OR the Custom CSS module in Jetpack.

    /* Vantage Paragraphs */
    .entry-content p {
    font-size: 16px !important;
    line-height: 26px !important;
    }

    You can adjust my figures as required.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread