Hi, I wanted to change the color of the mask in custom ccs, but it doesn't work. .acm-features.style-3 .features-item-inner .mask { background: #94132e; } where should i put it?
.acm-features.style-3 .features-item-inner .mask { background: #94132e; }
Thank
Hi
You can try this code:
.acm-features.style-3 .features-item-inner .mask { background: #94132e !important; }
put into one of these files (create it if not exist now):
root/templates/ja_fit/local/css/custom.css root/templates/ja_fit/css/custom.css
It's perfect. Thank
Let us know if you need any further help 🙂