How I change color on category menu on mobile device
-
Hi, please I need to change e dark green on my mobile catalogue menu. How it possible to do this?
Attachments:
You must be
logged in to view attached files.
Hello,
Please edit the Shop page and try changing the page title background colour.
Screenshot for Clarification: https://gyazo.com/de0e47ee2e3efc2ff6a2cc6e3a7f6c08
Best Regards
I put 0abab5 – Tiffany color that I see like a background, no way to find dark green. I see only Tiffany in my settings. Thanks
Hello,
The dark green is not a defined color in the page settings; it’s an overlay added for the categories for mobile devices.
To change that you need to use the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-nav-product-cat {
background-color: rgba(0,0,0, 0.4);
}
You can set the background color and overlay as you require.
Best Regards
Hello, I put custom CSS but I don’t see any change, only the some green color.
Please, other question:
I don’t see the icons in main menu on mobile device Home etc..). I see correctly icons on category menu.
Many thanks
Best regards, Svetlana
Hello,
Please Replace the previous Custom CSS with the following then check back.
.color-scheme-light .wd-nav-product-cat {
background-color: transparent;
}
And for the second issue please provide a relevant screenshot to check it myself and help you out accordingly.
Best Regards
For background color this css is right, many thanks.
Yes please, please see the attachment for second issue.
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
The icons are not added to the main menu that’s why they are not appearing.
Best Regards
Hi, I added icons on Mobile navigation, that not enough? many thanks
Hello,
Please provide a relevant screenshot of how you added the icon to mobile navigation to check it myself and help you out accordingly.
Also provide the login details of the website.
Best Regards
Hello, I simply added icon on main menu, and now I see the icons also on my web-site on desktop.
Thanks
Hello,
We are Glad that your issue has been Resolved.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘How I change color on category menu on mobile device’ is closed to new replies.