Hi, Please help me change home page medicare features intro hover color. I added the following to custom.css but it didn't work: .medicare .section .section-inner.bg-primary .features-item:hover { background: #32c558; }
Thanks in advance
Hi cytropics
Add to your custom.css
.medicare .section .section-inner.bg-primary .features-item:hover { background: #32c558!important; }
Regards
pavit Worked, thank you.