is there a way to remove the filter option from my blog pages? When I click on the filter option, it does a drop down of all the tags I have for all my blogs and it’s very unappealing.
Hi @peachi ,
Would you mind to share your URL website? with password if its protected. Thanks!
yes its peachiplants.com, no password, shop is live
Thank you for the information.
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
button.link-dropdown__button.notabutton {
display: none;
}
Result:
I hope it help.
thank you so much! that worked perfectly!
