Category styles for mobile
-
Hello, I set “default” category design, with light color scheme. How can I set dark color for fonts on “alternative” design on mobile?
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
Thanks. I also need CSS line for “count” Number of products, below title.
Regards
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