Viewing 8 reply threads
You must be logged in to reply to this topic.
Hi there, I am trying to remove the feature in icons used on our home page, that at the moment, when clicked on reloads the home page. I want them to be just static and visual only- not links. I tried looking around- saw a similar request for specular from a couple years ago, but after trying to locate same file name, I was not successful. Its just an icon, but when I hover mouse over icon, it allows me to click and I don’t want this to happen.
Hello,
Please add this code into your Custom Css box:
.cl_icon.cl-element a:hover {
pointer-events: none;
}
If you want it to affect only the homepage, add this code instead:
.home .cl_icon.cl-element a:hover {
pointer-events: none;
}
Best regards!
Well, that worked but noticed my cursor flickers now between a hand and pointer, with almost a strobe effect.
Thank you
Hello,
That means some other element between the text and icon is still a link. Can i please see a link where you have this?
Best regards!
Hello,
please add some wp credentials in a private reply. So we can check this.
Best regards!
You must be logged in to reply to this topic.