Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1005746

    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.

    #1005846

    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

    #1006357

    Great Thanks!

    #1006390

    Hi,

    No problem. Let us know if you need anything else. Thank you for using Enfold!

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Socket bottom right link remove link and hover’ is closed to new replies.