How to change 'read more' button color?

Posted in: Newspaper
Post count: 17

Hello,

I’m trying to change the color of the Read More button on my home page on the top but without success.

I did it in the post list like here in ‘red’ but the other button stay black :

https://ibb.co/bXAjHz

How can I change it?

Post count: 7909

Hi,

The Read More button from blocks/modules should take the theme accent color you set in panel – https://www.screencast.com/t/h8mvTXfp6sa
There’s no option to change the background color for Read More button on individual blocks, sorry!
However you could use custom css in Theme Panel > Custom Css: https://www.screencast.com/t/WuUZb4NZvT

.td_module_wrap .td-read-more a {
background-color: #c63939;
}

Or you can use Flex Block on your page. It has color options – https://www.screencast.com/t/aywwSBTlAUNhttps://www.screencast.com/t/Jol4FebP

Hope it helps!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.