this is my page i need a filters in one line and without box for example take this
![]()
Hi @premsai
Can you share the store URL and Password if it password protected
Hi Mehran,
Thanks for your revert. Please find website link below:
Currently the filters are showed on left pane and are static. However we would wish to have it in a way similar to ‘sort’ wherein when customer clicks on it then only filters open on the left pane and then customer can select filters. In a way the filters are not fixed on left pane and shows only when someone clicks on filters. Please see reference image as below:
Many Thanks!
Hi @premsai
You can achieve this kind of accordion using jQuery or javascript
You just need to follow these steps:
Go to the Online Store → themes
click on three dots and Select Edit Code
Find a theme.liquid file
in that file find the body closing tag
The Result Will be like
I hope this solution works for you!
If it does, please Like It and Mark It As A Solution, or support me by Buying Me A Coffee to keep me going
Hi Mehran,
Thanks for above. What we are looking for is explained in below:
The left side pane of filter should be visible only when someone click on filter.
before someone click on filter dropdown:
After when someone click on filter dropdown:
left pane is visible only when someone click on filter. Hence this way the left pane space is not always blocked with filter.
Thanks