Dawn Theme Menu

Solved
SeeDifferent
Tourist
3 0 0

Hi, 

 

I would like my website's menu to look uniform. I would like the drop-down menu to match the rest of the menu in the main nav. I cannot seem to find any code/tutorials anywhere to help me. 

 

SeeDifferent_0-1694522800675.png

 

Accepted Solution (1)
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @SeeDifferent 

 

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.list-menu__item {
    font-weight: bold !important;
}
</style>

RESULT:

Moeed_0-1694524089458.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 5 (5)
Moeed
Shopify Partner
3046 760 924

Hey @SeeDifferent 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
SeeDifferent
Tourist
3 0 0
https://chirpythreads.com.au/


password: Jimmy3023

Thank you 🙂
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @SeeDifferent 

 

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.list-menu__item {
    font-weight: bold !important;
}
</style>

RESULT:

Moeed_0-1694524089458.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
SeeDifferent
Tourist
3 0 0

Thank you so much!!

Moeed
Shopify Partner
3046 760 924

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️