Icon before h4 in footer

How can I hide the small hamburger icon in the default footer h4 title? I have tried a couple different things and can’t get it to stick. Thank you.

Hi There,

To remove those icons, please add this custom CSS under Theme Options > CSS:

.h-widget:before {
    display: none;
}

Hope it helps :slight_smile:

Thank you! That works. :slight_smile:

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.