Studio Theme: Remove Collection Names and Center Logo at Checkout

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; }

@ashenzen

oh sorry for that issue can you try this code collection name removed

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.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!!

@KetanKumar

When I look, the BS circle logo should be directly above Information > Shipping, but its not.