We would like the Service Icons on our home page to not change color nor show a different cursor when you mouse over them. I have tried a couple of things that you have suggested in other posts, but nothing works. We took this from another posting about dealing with the mouseover, but the cursor stays the pointer.
Hi,
We would like the Service Icons on our home page to not change color nor show a different cursor when you mouse over them. I have tried a couple of things that you have suggested in other posts, but nothing works. We took this from another posting about dealing with the mouseover, but the cursor stays the pointer.
.service-item.text-right .fa-stack, .service-item.text-left .fa-stack
{
cursor: default;
}
Please advise - thanks.
Brian
Use
.service-item.text-right .fa-stack, .service-item.text-left .fa-stack
{
pointer-events: none;
}
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy