Read More Button colour does not inherit theme accent color

Posted in: Newspaper
Post count: 30

Hi, in some cases there is a Read more button, that has the original color, it does not inherit the theme accent color from theme panel.
For example: 404 pages when using M15 style.

thanks
Tibor

Post count: 22421

Hello,
M15 does not have a read more button, but M14 does. I tested this on my end but the theme color (in my case purple) is set to the read more button as well: http://screencast.com/t/6GVe8aWMr
Please try to disable all your plugins except visual composer, clear cache and reset cdn if you use it as sometimes plugins can interfere with the css.
Let us know how it goes.
Thank you!

Post count: 30

hello, I’ve deleted cache, but 404 page / M15 has a different color readme button:
http://www.screencast.com/t/J1ia4Jd2rW

thanks,
Tibor

Post count: 22421

Hello,

If the read more button comes from our theme (included in modules and blocks) then it will get the theme accent color: http://screencast.com/t/ePfRroOi
There is however one exception to this rule on module 15 and the ‘more’ tag from WordPress. This tag will not work anywhere except module 15.
In this case the button comes from wordpress and is not affected by the theme settings. You can use this css to change the text and background color to it:
.td-read-more a, .more-link-wrap a{
background-color: pink!important;
color:red!important;
}
Thanks.

Post count: 30

ok, thanks

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