How do I edit the different blockquote layouts? For example on my page here , I have two blockquotes. I want to make the background a little darker, the font a little bigger, and change the font color except for the link. How can I do this? If I need custom CSS, please provide it.
Also, take a look at this website. Do you know how I can add similar boxes like the purple rounded boxes and the grey box shown on the website? I want to highlight certain content/paragraphs and this is a good format to do it.
I am not aware of any codes for blockquote. Will have to check. What about the second part to my message?
Hi,
Unfortunately, no link to another website has been added to see the boxes.
You can change the blockquote style from here https://i.imgur.com/Dos41Mb.png or here https://i.imgur.com/vWy0t12.png or using custom code css https://forum.tagdiv.com/topic/blockquote-style-4/
Thank you!
Apologies. Here is the link https://www.reliablesoft.net/content-marketing-checklist
I am wondering, do you know how they do the purple rounded background to highlight text and they grey background as shown on the page. Is this something I can do with the theme or do you know of a plugin for this? I don’t even know what’s it called. Thanks.
Hello,
Please use this code css https://i.imgur.com/Kr9LSAx.png
.tagdiv-type .td_quote_box
{
padding: 20px;
margin-bottom: 30px;
margin-top: 30px;
border: 1px solid #ece8f3;
border-radius: 10px;
background: #ece8f3;
}
Set the code in theme panel -> custom code -> custom css.
Thank you!