Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi
I have created 4 x bullet point text sections using the “Services Small Icon” facility.
I don’t want any part of these to link anywhere and have made sure that there is no active link set – yet on all 4 of the headers they are showing as blank links – is there a way to make these non links?
Thanks
Hello,
Please add this code itno your custom css box:
.services_small .dl-horizontal a {
pointer-events: none;
}
Let us know.
Best regards!
You must be logged in to reply to this topic.