Home Forums WoodMart support forum Category styles for mobile

Category styles for mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #418730

    Grega
    Participant

    Hello, I set “default” category design, with light color scheme. How can I set dark color for fonts on “alternative” design on mobile?

    #418859

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    If you want to try changing the Dark Color for Fonts for the Alternative Categories design then please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile area:

    .category-grid-item .wrapp-category .hover-mask .wd-entities-title {
        color: red !important;
    }

    In this CSS, you can change the Color red to your choice of Color.

    Hope this helps !

    Best Regards

    #418884

    Grega
    Participant

    Thanks. I also need CSS line for “count” Number of products, below title.
    Regards

    #418917

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    For the Count Numbers, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile area:

    .category-grid-item .wrapp-category .hover-mask .more-products a {
        color: green !important;
    }

    In this CSS, you can change the Color green to your choice of Color.

    Hope this helps !

    Best Regards

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