Pullquotes no longer formatted correctly

Hey, after some recent Wordpress update, all of my pullquotes started looking like blockquotes for some reason. The font is no longer as big as it used to be. I checked and the blocks are still pullquotes on the backend, but on the frontend, they don’t display correctly. I tried changing the sizes manually via CSS but that didn’t work. Any help?

You can see an example at the top of this post: How To Compete With People Who Are Better Than You - nik.art

Hi there

This is what I have at this moment: Screenshot by Lightshot
I cant say how it was before but I can help you to style it by custom CSS, let me know how you want it and I will provide custom CSS code for you

Regards

Yeah, it used to be a lot bigger. It might really be just size? Not sure. How can I up the size?

This is what it looks out of the box as per Wordpress:

Hi there

Ok, we can do this, use this CSS code to make it bigger:

blockquote {
    font-size: 1.5em;
}

You can change size in the code to change the size of the element

Thank you! When I set it to 1em it reverted to the original size for some reason, so that did the trick. Amazing, thanks!

That’s nice to hear :slight_smile:

Regards