All things Shopify and commerce
Here is my website rivandrai.com. When I click on my menu item > girls > bottoms> the text is white and should be black. It works fine on my desktop mega menu. Can someone give me the code that will fix this? Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @rivandrai
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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.js .menu-drawer__submenu {
background: black !important;
}
.menu-drawer__close-button {
color: white !important;
}
</style>
And Save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
hello @rivandrai
Go to online store ----> themes ----> actions ----> edit code ---->assets ----> component-menu-drawer.css
add the code end of the file
@media only screen and (max-width: 767px) {
#shopify-section-header .list-menu__item {
color: #4a4747 !important;
}
}
result
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
This didnt work.
hello @rivandrai
you check it is running
thanks
Step 1: Navigate to your Shopify admin panel and go to "Online Store."
Step 2: Click on "Themes" and then select Edit code
Step 3: Find base.css
#menu-drawer .list-menu__item { color: #000 !important; }
it will solved your issues
Found it helpful? Please like and mark the solution that helped you.
This didn't work.
- Here is the solution for you @rivandrai
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it
<style>
#shopify-section-header .list-menu__item {
color: black !important;
}
</style>
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This did not work.
Please search in the theme.liquid file to see if there is any code like this, then delete it.
#shopify-section-header .list-menu__item {
color: white !important;
}
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
Hi @rivandrai
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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.js .menu-drawer__submenu {
background: black !important;
}
.menu-drawer__close-button {
color: white !important;
}
</style>
And Save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
That worked! Thank you so much!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024