Shopify themes, liquid, logos, and UX
Heading background color and text color are correct in desktop view. But text color is showing black/invisible in mobile view, everything is perfect in theme setting.
Website link : https://a16843-4.myshopify.com/
Password: 1234
Can anyone help me with this
Solved! Go to the solution
This is an accepted solution.
@Fayed Please follow below steps to change the header icon color for mobile. Let me know whether it is helpful for you.
.menu_moblie svg path {
fill: #FFFFFF !important;
}
.menu_moblie .menuleft .iconmenu span {
background: #FFFFFF !important;
}
Hello! @Fayed Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. engo-customizes.css file, open that instead.
6. replace the following code.
@media only screen and (max-width: 768px){
.menu_moblie .menuleft .iconmenu {
color: #fff;/* change */
}
.menu_moblie .menuleft .iconmenu span {
background: #fff; /* change */
}
.menu_moblie .menuright svg {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7420%) hue-rotate(105deg) brightness(116%) contrast(92%);/* change */
}
}
Let me know if you need further assistance.
This is an accepted solution.
@Fayed Please follow below steps to change the header icon color for mobile. Let me know whether it is helpful for you.
.menu_moblie svg path {
fill: #FFFFFF !important;
}
.menu_moblie .menuleft .iconmenu span {
background: #FFFFFF !important;
}
Thanks for the easy solution.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025