Home › Forums › WoodMart support forum › Re: Home Page Categories › Reply To: Re: Home Page Categories
March 30, 2020 at 1:16 pm
#183362
Elise Noromit
Member
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