All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I would like to center my text on my collection bit (it is currently on the left)
Hi @ads
If you are using the Shopify free themes, you can use the code below
!. From you Admin page, go to Online Store > Themes
2. Select the theme you want to edit, click the three dots to edit code
3. Under the Asset folder, open the base.css
4. Then place the code below at the very bottom of the file
.card__heading .full-unstyled-link {
text-align: center;
}
Hello, this did not work