Remove dropdown arrows in megamenu - Impulse theme

Solved

Remove dropdown arrows in megamenu - Impulse theme

jw18
Tourist
7 0 2

Hello,

 

Could someone please help me to remove the dropdown arrows in the menu in the Impulse theme?

 

Thank you!

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
808 155 169

This is an accepted solution.

Hello @jw18 
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.

svg.icon.icon--wide.icon-chevron-down {
display: none;
}

result
18.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 7 (7)

Moeed
Shopify Partner
7375 1996 2438

Hey @jw18 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header__menu-item .icon-caret {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1727353232556.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


jw18
Tourist
7 0 2

It didn't work, sorry.

Rahul_dhiman
Shopify Partner
808 155 169

This is an accepted solution.

Hello @jw18 
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.

svg.icon.icon--wide.icon-chevron-down {
display: none;
}

result
18.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

jw18
Tourist
7 0 2

Your solution worked! Thank you so much, Rahul. Would you know how to add some space between the menu items by any chance? It looks a bit cluttered now.menu.jpg

jw18
Tourist
7 0 2

Just noticed, the icon was also removed from the tab on the product page. Would you know how to do it for the menu only?

BSS-TekLabs
Shopify Partner
2401 695 832

- Here is the solution for you @jw18 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.site-nav__label .icon {
    display: none !important;
}
</style>

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

PageFly-Richard
Shopify Partner
5011 1120 1802

This is Richard from PageFly - Shopify Page Builder App

 

Hi @jw18  Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
.header__menu-item .icon{
    display: none !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.