Show all filters

Hi, 

In the portfolio page there is a filter option. On desktop you can see all the different filter options but on mobile its in a drop down. how can i remove the drop down and just show all the filter options? 


I hope you understand the question. Kind regards, Nick


Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    thanks
  • Hi sorry for the late response. https://alfredwurth.nl/schilderijen-2000-2005/ this is the url 
  • Please paste that CSS code into Theme Options > Custom CSS & JS > CSS
    .vc_grid-filter-select{display:none !important;}
    html .vc_responsive .vc_grid-filter{display:block !important;}
    Thanks
  • Thank you, this is why i choose this theme!

    I also have another question do you know how i can make the language always fold out? 


    I found a option to fold the whole menu out by doing this in a media query
    .sub-menu {
        display: block!important; }

    but then all the menu items fold out also the ones that need to remain closed.

    Kind regards and thanks for you fast response!

  • Well, you will not be able to display only single menu, all of the submenu's does have the .sub-menu class and if you want to open them, you have to open all of them.
    thanks
Sign In or Register to comment.