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.
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!
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!
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!