Read More Boxes are BLACK – How can i change the color ?

Posted in: Newspaper
Post count: 7

Hello Guys,

how can i change the hover-color of the “Read More” Boxes ? This is default black.

Screenshot

Thank you!

  • This topic was modified 10 years by Paddy. Reason: Notify me of follow up
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 commes from wordpress and is not affected by the theme settings. You can use this css to change teh text and background color to it:
.td-read-more a, .more-link-wrap a{
background-color: pink!important;
color:red!important;
}

Thanks.

Post count: 7

Hello Bogdan,

i mean the “mouseover” color. Where can i change the Mouseover Color ?

This Color is standard black.

Post count: 22421

Hi,
You can change the hover color with this css:
.more-link-wrap a:hover{
background-color:red!important;
}

Thanks.

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