Blockquote

Posted in: Newspaper
Post count: 95

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.

Post count: 27744

Hello,

From what I see seems you have a code for blockquote, can you please provided it to change it as you want?

Thank you!

Post count: 95

I am not aware of any codes for blockquote. Will have to check. What about the second part to my message?

Post count: 27744

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!

Post count: 95

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.

Post count: 27744

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!

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