Wrong accent color on blockquotes

Posted in: Newspaper
Post count: 494

Hi,

The main accent color of my website is #dd3333
But I was to keep the links in blue (#4db2ec)
So Simion gave me a custom CSS that works perfectly on desktop:

.td-post-content a {
color: #4db2ec;
}

.td-page-content a {
color: #4db2ec;
}

.td_block_text_with_title a {
color: #4db2ec;
}

I copy/pasted the same code on the Mobile custom CSS field but it seems that the kind of blockquote blockquote class="td_quote_box td_box_center" isn’t working (on mobile).

Here is a screenshot: https://ibb.co/e3NQuq
The URL of the post is: https://www.coupdepoker.com/apprendre-jouer-poker/mains-combinaisons-poker/

Can you kindly help me to fix it?

Post count: 494

This left hand bar should be red, not blue. Blockquotes shouldn’t be affected by the custom css, only links should be in blue.

Post count: 35449

Hi,

Just add the below css in Newspaper>Theme panel>Custom code> Custom css, and will applay on all devices
https://www.screencast.com/t/jm6Lfdy8CpB
.single-post .post .td_quote_box{
border-color : #dd3333;;
}

Thanks.

Post count: 494

Hi,

I pasted your code in Custom CSS (not in the Mobile one, as you said).
Doesn’t seem to be working on mobiles…

Can you help?

Post count: 35449

Hi,

Sorry was my mistake, you have theme mobile activate , please remove from there the css and past it in Newspaper>Theme panel>Mobile theme >Custom code css
https://www.screencast.com/t/QqnMJiRVUH

Thank you for your understanding.

Post count: 494

Works perfectly now. Thanks Calin.

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