Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Remove a button in my filter
hoks
May 2016
in
Theme support
I want to remove the button "Evenementen" in my filter at my blog page. Is it possible to remove this button only?
Many thanks!
http://goldiesreclame.nl/brouwerij/blog/
Comments
Albert
May 2016
Hi,
you can remove it with the following css only:
#Filters .filters_wrapper ul li:nth-child(2) { display: none !important; }
But please remember that above css removes 2nd element always.
Sign In
or
Register
to comment.
Comments
you can remove it with the following css only: But please remember that above css removes 2nd element always.