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.
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
Thanks You!