Want to remove (+) icon from We Are Social menu. ( Boost Theme)

Hello Everyone!

I have added accordion style to footer section in mobile mode through coding. I want to remove (+) icon from We Are Social menu.

Store: https://urbanglowingstore.myshopify.com/

Password: Admin

add this to Custom Css of the footer section:

.footer-block__heading:not(.no-icon)::after {
        display:none!important;
    }
1 Like

This will remove all the icons. I only want to remove the “We Are Social” menu icon.