Shopify themes, liquid, logos, and UX
I want to remove the arrows..
1. Feature categories on my pages (Screen Shot 1)
2. Drop down arrow on Nav Menu (Screen Shot 2 and 3)
I'm not tech savvy so be kind 🤣
Hi, @AussieBoltNut
Can you share your store url? So that I can assist you.
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
<style>
.menu-drawer__menu-item .svg-wrapper,
.card__information .icon-wrap {
display: none!important;
}
</style>
Result:
If it helps you, please like and mark it as the solution.
Best Regards
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Hello @AussieBoltNut
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.header__menu-item .icon-caret {
display: none !important;
}
.card .icon-wrap {
display: none !important;
}
.menu-drawer__menu-item > .svg-wrapper {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025