Support for Envato Buyers Forums OldCar Quote shortcode

Viewing 7 reply threads
  • Author
    Posts
    • #7720
      jmg77
      Member

      Hi, is it possible to style some body text on a page the same way as the post quote option using a short code?

      Thanks
      John

    • #7724

      Hi

      Did you mean you want to change the font or font size or color of some body text? And, which part of the body text you want to style? Need to write some custom CSS.

      Thanks

    • #7748
      jmg77
      Member

      Yes that’s right. I’d like to have parts of my body text set as a quote if possible. This would be quotes from the author or a testimonial from a client.

    • #7765

      There’s no quote style in this theme, only put the text into blockquote tags, or select “quote” type for post format, it will looks like http://demo.themevan.com/oldcar/2013/06/22/a-quote-format-post-example/

      If you want to change the quote text color or font size, you can put the following custom CSS into Oldcar options > Custom code > CSS code

      .fluid-articles li .post-info blockquote{font-size:14px;color:#000;}
      blockquote{font-size:!4px;color:#000;} /*In single post*/
      

      Adjust the value by yourself.

      Thanks

    • #7793
      jmg77
      Member

      Hi,
      I want the quotes to be used on a page not within a post. So does that mean using block quote tags? If so what are they?

    • #7802

      When you edit a page, just select those text, click the “blockquote” button on the editor. Look at this screenshot https://www.dropbox.com/s/leopxeiftwl5uue/43B3EC8D-98AE-43F2-A078-A72907F482A7.png?dl=0

      Do I understand correct?

    • #7807
      jmg77
      Member

      Yes that’s it! Thank you!

    • #7811

      Glad to hear that 🙂

Viewing 7 reply threads
  • You must be logged in to reply to this topic.