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.

Vantage Quotes

10 years ago · Last reply by Andrew Misplon 10 years ago

Hi Andrew, et. al.:
Using vantage premium with pagebuilder. I’d like to be able to have large quotation marks around quotes, not just the indented block with the vertical line indicator.
Do you have any suggestions how to achieve it?
Thanks again,
HG/mws

URL: http://www.preview-education.com/tg

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 5 months ago

    Hi HunterGatherer

    That would be a theme level CSS request. Unfortunately, at the moment, Vantage doesn’t have a blockquote style like you’re looking for. If you happen to come across a theme with the blockquote style you want and send me the link, I’d be happy to help move that into look into your Custom CSS.

  2. HunterGatherer 10 years, 5 months ago

    Any of the relatively standard larger quote marks on both the front and back would be fine.

  3. Andrew Misplon Staff 10 years, 5 months ago

    Here is what I suggest. To undo Vantage blocquotes, insert the following at Appearance > Custom CSS:

    /* Undo Vantage blockquotes */
    .entry-content blockquote {
        font-style: normal;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    Then below that, insert your custom blockquote styles. There are several you can consider here:

    http://www.wpbeginner.com/wp-themes/how-to-customize-blockquotes-style-in-wordpress-themes/

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