Home Forums WoodMart support forum How to Change Color & Alignment for Titles in Categories Grid Reply To: How to Change Color & Alignment for Titles in Categories Grid

#72014

Hello,

In order to make title light add this code to the Theme Settings > Custom CSS > Global CSS:

@media (max-width: 768px){
body:not(.woodmart-dark) .cat-design-center .category-title, body:not(.woodmart-dark) .cat-design-replace-title .category-title {
    color: #ffffff;
}
}

It is not possible to place title in the left or in the right on mobile with CSS due to fixed values which are not good for responsiveness.

Best Regards