Avada › Forums › Community Forum › Underlining links (not buttons) › Reply To: Underlining links (not buttons)
Hi,
You can try using below css code to remove underline from buttons.
a.fusion-button{
text-decoration:none !important;
}
Thanks
Avada › Forums › Community Forum › Underlining links (not buttons) › Reply To: Underlining links (not buttons)
Hi,
You can try using below css code to remove underline from buttons.
a.fusion-button{
text-decoration:none !important;
}
Thanks