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 
Thank you! That works. 
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.