I figured it out
.widget_nav_menu ul li:before {
display: none;
}
.widget_nav_menu ul li {
padding-left: 0;
}
add to additional CSS
-
This reply was modified 1 year, 9 months ago by
Anti.biz.
Hello! I tried add this text to wp-content/themes/storefront/custom.css but the icons still did not disappear.
@sfilippov try this CSS in Appearance->Customize->Additional CSS
.footer-widgets .widget li::before {
display: none;
}
@antibiz Thank you very mush! It works.