All things Shopify and commerce
hi. i was enabled mega social icon bar but while this app enabled at that time other store icon not show just showing square shape
Hello @Noore try adding custom CSS to fix it. You can add this to your theme.css or base.css
.store-icon-class img {
display: block !important;
width: auto !important;
height: 30px;
}
.store-icon-class {
background: transparent !important;
border: none !important;
}
.store-icon-class {
display: inline-block !important;
margin-right: 10px;
}
@media only screen and (max-width: 767px) {
.store-icon-class img {
width: 30px !important;
}
}
thankyou 😊
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025