hello can we open directly the filter when a porfolio page is open !
because now I have to click on " filter by categories" and then the filter are visibles.
I want them all the time visible and the best without the text and the line " filter by categories"
thanks a lot
have a nice day
Comments
yes, it is possible. To do this, please use below css:
#Filters .filters_wrapper, #Filters .filters_wrapper ul { display: block !important; }
#Filters .filters_wrapper ul li.close { display: none !important; }
#Filters .filters_buttons { display: none !important; }