Viewing 4 reply threads
You must be logged in to reply to this topic.
When i hover over these icon titles they high light as if they are a link.
I have look into the editing settings but cant seem to find anything to stop this from happening. If it helps its called “Service Small Icon””
Is there a way around this? I have attached a screenshot. Thanks.
https://s23.postimg.org/c07nwje17/Capture.png
Hello,
Services small do not have the icon as link. See this online example: https://codeless.co/specular/default/?page_id=1411
Can you send us a link of where is this happening for you?
Best regards!
Its the titles that are redirecting me to the top of the page. Not the icon. So what your showing me in the link you have provided for me is exactly what I have. But is there a way to stop it from being a link and make it just a standard title rather than it being a link?
Hello,
Yes, you can. Please add this code into your custom css box:
.services_small h4 {
pointer-events: none;
}
Best regards!
You must be logged in to reply to this topic.