Comments 2Libor started the conversationMarch 15, 2017 at 9:35amHello,I'm trying disable filter on Portfolio page so the text "Filter by" disappears. How can I do it?Thank you 240Elena repliedMarch 15, 2017 at 12:25pmHi,You can hide the whole section with filters via CSS. Go to Appearance - Theme Options - Extras - CSS Code and paste this code there:.filters { display: none; } 2Libor repliedMarch 15, 2017 at 1:13pmThanks, solved! Sign in to reply ...
Hello,
I'm trying disable filter on Portfolio page so the text "Filter by" disappears.
How can I do it?
Thank you
Hi,
You can hide the whole section with filters via CSS. Go to Appearance - Theme Options - Extras - CSS Code and paste this code there:
.filters { display: none; }
Thanks, solved!