Blockquotes

Posted in: Newspaper
Post count: 494

Hi,

I don’t get why my blockquotes don’t have formatting on desktop (it works well on mobile).
If I choose quote, block quote or pull quote, they all look the same on desktop.
Here is an example: https://www.coupdepoker.com/apprendre-jouer-poker/mains-combinaisons-poker/

I removed the CSS below as it didn’t seem to work since the last update but otherwise I didn’t change anything.
.td_block_text_with_title a {
color: #00f120;
}

Can you help?

Post count: 35449

Hi,

Please try this custom css -> http://prntscr.com/pwaszx
.td-post-content .td_quote_box {
background-color: #FCFCFC;
border-left: 2px solid #dd3333;
padding: 15px 23px 1px 23px;
position: relative;
top: 6px;
clear: both;
}
.td-post-content .td_quote_box p {
color: #777777;
}

Thank you!

Post count: 494

Works perfectly.
Thanks Calin!

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