Product Categories Background Color on mobile
-
Hello,
Is it possible to set a different background color for the category module only on mobile devices? The problem is that I chose light as the color scheme in the category settings. But now the category titles are not visible on mobile because they are white on white. That’s why I wanted to set a different background color for mobile as a contrast.
Hello,
Can you please share some screenshot where you want to change. Also share the page url i will check and give you a possible solution.
Best Regards.
Thank you.
The problem should actually affect everyone who uses the module in combination with light text. It’s hard to read white on white 🙂
Attachments:
You must be
logged in to view attached files.
Hello,
Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile
.category-grid-item .hover-mask {
color: red;
}
Best Regards.
Ok, that’s not exactly what I needed, but I solved my problem with the following code:
.category-grid-item {
background: #COLOR;
}
Thank you
Hello,
You are Most Welcome.
We are glad that you managed to solve the problem yourself. You are Great!!!
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 ‘Product Categories Background Color on mobile’ is closed to new replies.