Hello,
I’m trying to make the filter and sort section a button on mobile, it may be necessary to remove the element that show amount of products.
How it looks on my store:
How i want it to look like:
My store: https://r1vex.myshopify.com/
A user wants to convert the filter and sort section into a button on mobile devices for their Dawn theme store, potentially removing the product count display.
Current Issue:
Solutions Provided:
Two community members offered CSS-based solutions:
First approach: Add custom CSS code to theme.liquid file (above </body> tag) to modify the mobile facets display
Second approach: Similar implementation method with additional styling:
display: none for .product-count)Both solutions involve editing the theme’s liquid file and adding media queries to customize the mobile view without affecting desktop display.
Hello,
I’m trying to make the filter and sort section a button on mobile, it may be necessary to remove the element that show amount of products.
How it looks on my store:
How i want it to look like:
My store: https://r1vex.myshopify.com/
Hey @manbru
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @manbru
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.