So I am utilizing the Studio theme and have the collection list utilized as well, everything is perfect except I just want the text to the collection list to be left orientated inside of in the middle, can this be possible. HELP!
your store is password protected, Go to the Online store/Preferences/Password protection and tell us the password so that we can go to your website and see how to help you.
sorry password is rtashi
Hi @oconusreg ,
Go to Assets > base.css and paste this at the bottom of the file:
.collection-list__item .card {
position: relative !important;
height: auto !important;
}
.collection-list__item .card__content {
position: absolute !important;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
justify-content: center !important;
align-items: center !important;
}
.collection-list__item .card__content a {
color: #fff !important;
}
Hope it helps!
that makes the title over the pictures, I want to simply just shift the collections title to be left aligned and not centered
Hi @oconusreg ,
You want this:
Go to Assets > base.css and paste this at the bottom of the file:
.collection-list__item .card__information {
text-align: left !important;
}
Hope it helps!
Awesome that helped so so much, one last thing can I remove my header logo completely to where it doesn’t even have the default text logo?
Hi @oconusreg ,
You want this:
If the previous answers helped you to solve the problem in this post, please mark it as a solution. Thank you and good luck.

