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

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

dreamtechzone_5
Shopify Partner
576 1 91

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

 

1000070983.jpg

Replies 2 (2)

ennovative-it
Shopify Partner
147 20 18

add this to Custom Css of the footer section:

    .footer-block__heading:not(.no-icon)::after {
        display:none!important;
    }
instagram: e.nnovative
info@ennovative.it
collab@ennovative.it
dreamtechzone_5
Shopify Partner
576 1 91

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