Blockquote

Posted in: Newspaper
Post count: 25

Hello,

How to make a Blockquote style like this -> https://monosnap.com/file/0UvA3Gv8SCjjX7yxYlPzMysKb2J2j4. (I can only change the font style and size from settings)

if you have any custom CSS. please post it here.

  • This topic was modified 6 years by doopop.
Post count: 35449

Hi,

I do not quite understand, do you want to have Blockquotes like this -> https://i.imgur.com/X39GBJN.png
Pelase provide some more details.

Thank you for your understanding!

Post count: 25

Yes. I need the Blockquotes like that

Post count: 35449

Hi,

Unfortunately this type of blockqoutes are not integrate in our theme, we have something similar -> http://prntscr.com/q730xq what you can do is to add some icons or png with Blockquotes and set them with a custom css; if you find some Blockquotes I can help you with the css.

Thank you for your understanding!

Post count: 25

Ok. help me with css.

Post count: 35449

Hi,

Please provide me a link to the Blockquote that you add in media library and a text where you have set a default Blockquote, in this way I will be able to help you with the custom css to replace the default quotes with the one from media library.

Thank you!

Post count: 25

It’s not a single post I want to change the blockquote. I want to change it for every single post and all upcoming posts by default

Post count: 35449

Hi,

Here is an example how you can do it, add in media a png with blockquote -> https://i.imgur.com/ztp3Im7.jpg -> https://i.imgur.com/eo0tNyO.png after that use this custom css -> https://i.imgur.com/eRHajSf.png
blockquote:before{
background: url(your_png_url) no-repeat;
content: ”;
display: block;
height: 48px;
width: 48px;
}
Make sure that you png is not bigger then 48px.
The code need to be set in theme panel> Custom code> custom css and will apply on all Blockquote.

Thank you for your understanding!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.