Filter button

Posted in: Newspaper
Post count: 25

Hello! Please tell me how to change the font of the filter button (.td-category-header .td-pulldown-filter-display-option ) , which is on the category page . I can not find an item in the menu …

Post count: 22421

Hello,
You can use css to change the font.
For example:
.td-category-header .td-pulldown-filter-display-option{
font-family: arial;
}

Then simply add the code in the theme panel->custom css box
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.