I would love to remove the Collection names on the homepage, as the Collection photos already have the names.
Also, in Checkout settings the logo is set to centered but is not actually centered.
Thank you!
I would love to remove the Collection names on the homepage, as the Collection photos already have the names.
Also, in Checkout settings the logo is set to centered but is not actually centered.
Thank you!
Hi @ashenzen ,
You can hide collection names on homepage by adding this CSS code at the bottom of your base.css code file in Shopify store admin > Online store > Live theme > Actions > Edit code
.section-collection-list .card__heading { opacity: 0; }
oh sorry for that issue can you try this code collection name removed
.collection-list-wrapper .card__content {opacity: 0;}
also i can see checkout page your logo prefect center and checkout page customization allow only Shopify plus plan if you need
Please add below css in bottom of assets/base.css file
card__content {
opacity: 0;
}
Thank you.
This worked beautifully! Thank you!!
When I look, the BS circle logo should be directly above Information > Shipping, but its not.