Hey there marinin61,
How are you doing today?
Which icons are you referring to? Could you post a link to your site and possibly a screenshot or more details on the icons you’re looking to remove and I’ll be happy to try to help you out with that 🙂
Cheers,
Bojan
Hey again,
This should be possible to remove with some custom CSS, please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.widget_nav_menu ul li:before {
display: none;
}
This should remove the icons from your widget 🙂
Please let me know if this helps.
Best regards,
Bojan
thank you! everything works
Glad to hear that 🙂 Have a great day!
Cheers,
Bojan
Hi Bojan,
Just wanted to thank you for this code. Helped me remove the icons in the footer as wel!
Best Regards,
Robin