We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I remove menu arrows in the Dawn theme?

Solved

How can I remove menu arrows in the Dawn theme?

AndreaHuang
Explorer
66 1 32

Please check the picture below. I would love to remove the arrow on the menu when there is nested menu.

My url: andrejewelry.com

Password: Thanksforyourhelp

Thanks!

Screenshot 2023-11-14 at 3.41.08 PM.jpg

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

Hi @AndreaHuang 

Check 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:

 

svg.icon.icon-caret {
    display: none;
}
summary.list-menu__item {
    padding-right: 1.2rem !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699998555568.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

PageFly-Richard
Shopify Partner
5011 1120 1806

This is an accepted solution.

Hi @AndreaHuang 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
details#Details-HeaderMenu-2 svg {
    display: none;
}
</style>

PageFlyRichard_0-1700008844286.png

 

Hope this can help you solve 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.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

Hi @AndreaHuang 

Check 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:

 

svg.icon.icon-caret {
    display: none;
}
summary.list-menu__item {
    padding-right: 1.2rem !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699998555568.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
AndreaHuang
Explorer
66 1 32

This is the best solution. Thank you!

PageFly-Richard
Shopify Partner
5011 1120 1806

This is an accepted solution.

Hi @AndreaHuang 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
details#Details-HeaderMenu-2 svg {
    display: none;
}
</style>

PageFlyRichard_0-1700008844286.png

 

Hope this can help you solve 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.

AndreaHuang
Explorer
66 1 32

Amazing! Thank you so much!!

PageFly-Richard
Shopify Partner
5011 1120 1806

Glad that i can help. Let me know if you have any questions

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.

Ambiancehome
Tourist
7 0 1

Hi, how can i hide the go back arow in dropdown menu: Schermafbeelding 2024-12-13 215250.jpg