Shopify themes, liquid, logos, and UX
Hi guys,
On our main menu bar on top home page - I have just added a sub-section drop down box.
For example - Home Electricals > added Kettles to drop down for customers to choose from.
However since I've done this the font has gone black and not contrast. I did a few months ago. someone said to add some code to contrast it.
Anyone know how to make it the same as all the rest of the menu options. You see this more on a mobile device.
Greatly appreciate if anyone could help. Screenshot attached.
Solved! Go to the solution
This is an accepted solution.
Add This css in your edit code > base.css file
.header__submenu .image__menu {
filter: drop-shadow(1px 1px 2px black);
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.header__submenu .image__menu {
filter: drop-shadow(1px 1px 2px black) !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @vibehome
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
.menu-drawer summary.menu-drawer__menu-item {
color: #fff !important;
}
.menu-drawer__close-button {
color: #fff !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thats great. Displays perfect on mobile now thanks.
Is there anyway to fix : The drop down boxes on main menu on desktop. as currently when you drop down ' Electricals ' the font is write and does not contrast to see clearly.
Screen shot attached
This is an accepted solution.
Add This css in your edit code > base.css file
.header__submenu .image__menu {
filter: drop-shadow(1px 1px 2px black);
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.header__submenu .image__menu {
filter: drop-shadow(1px 1px 2px black) !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thank you so much 😊
Hello @lukeeys
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your base.css file
3. Paste the below code bottom on base.css
<style>
@media screen and (min-width: 768px) {
.image__menu {
filter: drop-shadow(1px 1px 2px black) !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thank you so much 😃
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025