Hey,
I’m new to Shopify/ the coding side of things and was wondering how to remove the " Shop All " button on the header of my homepage.
Cheers!
Hey,
I’m new to Shopify/ the coding side of things and was wondering how to remove the " Shop All " button on the header of my homepage.
Cheers!
Please consider including store url.
I would also like to make the store logo bigger within the checkout - It’s currently set to the largest setting but still pretty small.. Can this be corrected by making a larger image in say Canva or is there another solution?
Please put in below code to the last line of your under your theme.css
by going to your store admin > Online Store > Themes > Actions > Edit code > Assets folder. (https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code)
.hero-natural--1559096311192 .hero .hero__text-content {display:none;}
And it is not possible to increase the size of your logo on the checkout page.
Thank you for your reply, this worked perfectly!