How to disable the link hover underline effect
To disable the link hover underline effect, you can add this code to:
Admin->MGS->Theme Setting->Frontend-Builder->Font & Style->Custom style.
.footer3 .widget-list a:before
{ display: none; }
To disable the link hover underline effect, you can add this code to:
Admin->MGS->Theme Setting->Frontend-Builder->Font & Style->Custom style.
.footer3 .widget-list a:before
{ display: none; }