Change font size in pullquote?

Hello, is it possible to change the font size and the bold aspect in the pullquote short code?

Thanks!

Hi there,

By Pullquote I assume you mean Blockquote?

http://demo.theme.co/integrity-1/shortcodes/blockquote/

If that is the case you can change the size and the boldness of the text by adding the CSS code below to X > Launch > Options > CSS:

.x-blockquote {
    font-weight: normal;
    font-size: 15px;
}

Feel free to change 20px to whatever size you like.

Thank you.

Hi, thanks for the quick response. If by “Blockquote” you mean this:

[pullquote cite=“Jonathan Ive” type=“left”]There’s no learning without trying lots of ideas and failing lots of times.[/pullquote]

It’s from the Ethos Demo Short code list.

Also, I don’t want to change it across the site, only when I use short code in a post.

Hi There,

You can try with this shortcode:

[pullquote cite="Jonathan Ive" type="left" style="font-weight: normal;font-size: 15px;"]There's no learning without trying lots of ideas and failing lots of times.[/pullquote]

Let us know how it goes!

Yes! That worked. Thanks a lot!!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.