Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #226212

    Hi,

    I am looking for this code in this forum, but i was not able to find similar thing.

    How can I disable the link in a button? Not just the link, but the mouse over effect in this button too?

    I try some code like that:
    .avia-button.avia-size-small a:link {
    display: none !important;
    }

    BUT I was not successful.

    #226252

    Hey CloudChoice!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-button.avia-size-small { pointer-events: none; }

    Best regards,
    Yigit

    #226269

    Thanks You!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable link in a Button’ is closed to new replies.