Color Change

Posted in: Newspaper
Post count: 23

Hi!

How can I change the grey color? I was looking in the “Theme Color” but i couldn’t find it

http://www.thegamersports.com/wp-content/uploads/2016/07/1.jpg

Thank you!

Post count: 22421

Hi,

The colors you mention can only be changed with custom css as there is no setting for them. Please use this code for the ajax filter (menu):
.td-subcat-filter .td-subcat-list a, .td-subcat-filter .td-subcat-dropdown span, .td-subcat-filter .td-subcat-dropdown .td-subcat-more i{
color:black!important
}

And for the excerpts, please use this code:
.td-excerpt{
color:black!important
}

You can add the codes in the theme panel->custom css box

Thank you!

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