Any way to change how Ajax Filters appear

Posted in: Newspaper
Post count: 436

Have a look at one of the ajax filtered design here:

This appears to be a common design whenever I select any ajax filters on any Visual Composer elements. But It looks ugly.
First thing that I want to do is to change the fonts of these ajax filters texts, change the color and make all letters CAPITAL.

Also, if there are any ways to change the animation.

Please help. Thank you

Post count: 22421

Hello,

The animation cannot be changed unfortunately. The rest can be done through css.
Font change:

.td-subcat-filter .td-subcat-link{
font-family: 'verdana'!important;
}

Unfortunately if you force capitalize on this section the css will break: http://screencast.com/t/UkG4Z8rFpUM

You can change the color like so:
.td-subcat-filter .td-subcat-link{
font-family: 'verdana'!important;
color:red!important
}

I hope this helps.
Thanks

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