Home Forums WoodMart support forum Re: Home Page Categories Reply To: Re: Home Page Categories

#183362

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .cat-design-replace-title .wrapp-category:before {
    background-color: red;
    opacity: .1;
}

 body .cat-design-replace-title:hover .wrapp-category:before {
    opacity: .1;
}

Set the gradient and change the opacity as per your needs.

In order to change the title background:

body  .cat-design-replace-title .category-title {
background:yellow;
}

Best Regards