Home Forums WoodMart support forum Product Categories Background Color on mobile

Product Categories Background Color on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #531614

    19xela86
    Participant

    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.

    #531780

    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.

    #532080

    19xela86
    Participant

    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.
    #532248

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile

    .category-grid-item .hover-mask {
        color: red;
    }

    Best Regards.

    #532733

    19xela86
    Participant

    Ok, that’s not exactly what I needed, but I solved my problem with the following code:

    .category-grid-item {
    background: #COLOR;
    }

    Thank you

    #532744

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Product Categories Background Color on mobile’ is closed to new replies.