Remove dropdown arrow from menu - Reformation theme

Remove dropdown arrow from menu - Reformation theme

GeminiAtelier
Excursionist
38 0 6

Hi,

Could someone help me remove the dropdown arrow showing next to my "News" menu tittle, it does not have nested menus so I do not understand why it shows an arrow. It also messes with the mobile version, making it un-clickable.

https://geminiatelier.com/

Thank you!


Screenshot 2025-06-11 at 09.54.49.png

 

Replies 11 (11)

Moeed
Shopify Partner
7703 2070 2550

Hey @GeminiAtelier 

 

Follow these Steps:

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

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

<style>
a.thb-full-menu--link[href="/collections/news"] svg {
    display: none !important;
}
</style>

RESULT

Moeed_0-1749629122542.png

 

If I managed to solve your problem 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


GeminiAtelier
Excursionist
38 0 6

Hi @Moeed,

It does not work, the arrow is still there.

websensepro
Shopify Partner
2114 265 313

Hi @GeminiAtelier,


1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

a[href="/collections/toys"] svg {
    display: none !important;
}

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
GeminiAtelier
Excursionist
38 0 6

Hi @websensepro,

Should I replace "toys" by "news" in the code line as it is the News menu that does not have sub menus?
 

websensepro
Shopify Partner
2114 265 313

@GeminiAtelier 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 a[href="/collections/news"] svg {
    display: none !important;
}

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
GeminiAtelier
Excursionist
38 0 6

Hi @websensepro,
I replace toys with news in the code line and it removed the arrow, but the News menu still behaves like it has sub menus, which it doesn't...
It still open a empty drop down when you hover over it, and same on the mobile version.
How can I remove this?Screenshot 2025-06-11 at 10.21.29.png

websensepro
Shopify Partner
2114 265 313
a[href="/collections/news"] + .mega-menu-container {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

li.menu-item-has-children > a[href="/collections/news"] {
  pointer-events: auto;
}

 a[href="/collections/news"] svg {
    display: none !important;
}

/* Target the News menu item specifically */
.mobile-menu .link-container.submenu-open {
    /* Disable the toggle behavior of the details element */
    pointer-events: none;
}

/* Ensure the summary acts like a regular link */
.mobile-menu .link-container.submenu-open summary.parent-link {
    cursor: default;
    pointer-events: auto; /* Allow clicking the link itself */
}

/* Hide the arrow icon */
.mobile-menu .link-container.submenu-open .link-forward {
    display: none !important;
}

/* Hide the empty submenu */
.mobile-menu .link-container.submenu-open .sub-menu {
    display: none !important;
}

/* Optional: Style the News link to match other non-dropdown links */
.mobile-menu .link-container.submenu-open .parent-link {
    display: inline-block;
    width: 100%;
    padding: 0; /* Adjust padding to match other links if needed */
}
Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
GeminiAtelier
Excursionist
38 0 6

Hi @websensepro,
It works on the desktop version but completely messes with the mobile version, all the arrows disappear and the menu items become un-clickable.
Do you have any idea why the News menu shows an arrow when it has no nested menus? That is the issue I am trying to figure out. The code you gave me can mask the issue but does not remove it.
Thank you so much for your help!

Dan-From-Ryviu
Shopify Partner
11974 2341 2520

Hi @GeminiAtelier 

I recommend you check and remove the blank sub-menu of that News from your store admin > Content > Menus > Main menuScreenshot 2025-06-11 at 15.08.53.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

GeminiAtelier
Excursionist
38 0 6

Hi @Dan-From-Ryviu,
The News menu does not have sub menus

Darshan17
Shopify Partner
50 3 7

Hi GeminiAtelier,

Would you be open to providing collaborator access? If you grant access, I’ll be able to check the issue on my end and share a solution with you immediately.

Thanks.

If this fixed your issue, a Like and marking it as a Solution would mean a lot!
Shopify Developer | Helping eCommerce Stores Grow – cmsMinds (Shopify Partner)
Need help improving your Shopify store to stay ahead of market trends or need expert support?
 Connect with me at ujjawal@cmsminds.com