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
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;
}
This will remove all the icons. I only want to remove the “We Are Social” menu icon.