Change ajax text color on top of block

Posted in: Newspaper
Post count: 555

Hey support team i’ll like a css code please to make my ajax text color top of my block to be #181818

Thanks

Post count: 7909

Hi,

Please try this custom css to change the color for ajax filter options on blocks – http://screencast.com/t/b534UQtmNNk

.td-subcat-filter .td-subcat-list a, .td-subcat-filter .td-subcat-dropdown span, .td-subcat-filter .td-subcat-dropdown .td-subcat-more i, .td-subcat-filter .td-subcat-dropdown a {
color: #181818;
}

Thanks!

Post count: 555

Thanks @Alin

I like to ask if it’s possible to change the background color of the ajax drop down from white to another color

Post count: 7909

Hi,

Please use this custom css to change the background color – http://screencast.com/t/FtCNe7yDe

.td-subcat-filter .td-subcat-dropdown ul {
background-color: rgb(183, 202, 76);
}

Thanks!

Post count: 555

Thanks again for the great support…

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