Re: Menu drop down arrow dawn theme

Solved

Menu drop down arrow dawn theme

Mabinibooks
Shopify Partner
76 0 32

Hello, good morning!

How can I change the drop down menu arrow on my desktop version, similar to mobile version? For me to easier explain it, please see the following images

This is the current version on desktop (Image 1)

Screenshot 2024-10-24 045130.png

 (Image 1)

And I want it to look like this (Image 2)

Screenshot 2024-10-24 045453.png

 (Image 2)

The website is dronehub.ph

Password: iatsau

Please assist. Thank you!

Accepted Solution (1)

Sweans
Shopify Partner
428 88 126

This is an accepted solution.

Hi @Mabinibooks,

 

You can change the arrow by adding a simple line of code

 

 

{{- 'icon-arrow.svg' | inline_asset_content -}}

 

 

Paste this code to your header-dropdown-menu.liquid

 

Go to your online store> themes > Click on three dots of current active theme > edit code > search header-dropdown-menu.liquid

in the left sidebar > open it and search the class name "Details-HeaderSubMenu" inside that class you can find   

 

 

{{- 'icon-caret.svg' | inline_asset_content -}}

 

 

 

just change it to the following name

 

 

 

{{- 'icon-arrow.svg' | inline_asset_content -}}

 

 

 

I hope this helps! If it does, please like it and mark it as a solution! 

If you need further assistance, feel free to reach out!

Regards,
sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
6293 1711 2056

Hey @Mabinibooks 

 

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>
summary#HeaderMenu-propellers-micro-propellers span {
    font-weight: 500 !important;
}
</style>

RESULT:

Moeed_0-1729718755951.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!

- Create high-converting pages - PageFly Page Builder.


Mabinibooks
Shopify Partner
76 0 32

Hello Moeed, thank you for responding!

I want the same font weight, what I wanted is the arrow from pointing downward to right

Thank you

Sweans
Shopify Partner
428 88 126

This is an accepted solution.

Hi @Mabinibooks,

 

You can change the arrow by adding a simple line of code

 

 

{{- 'icon-arrow.svg' | inline_asset_content -}}

 

 

Paste this code to your header-dropdown-menu.liquid

 

Go to your online store> themes > Click on three dots of current active theme > edit code > search header-dropdown-menu.liquid

in the left sidebar > open it and search the class name "Details-HeaderSubMenu" inside that class you can find   

 

 

{{- 'icon-caret.svg' | inline_asset_content -}}

 

 

 

just change it to the following name

 

 

 

{{- 'icon-arrow.svg' | inline_asset_content -}}

 

 

 

I hope this helps! If it does, please like it and mark it as a solution! 

If you need further assistance, feel free to reach out!

Regards,
sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

Mabinibooks
Shopify Partner
76 0 32

Hello Sweans, good evening!

It worked, thank you so much. I appreciate the help

Have a great weekend to yourself & family