How do I make the text link in the bottom right of my socket non clickable. I don’t want it to be an active link and hover- I just needed a place to put my license.
Hey accutherm,
Thank you for using Enfold.
You can use this css code to disable the link.
#socket .menu a {
pointer-events: none;
}
Best regards,
Ismael
Great Thanks!