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

Change position of text in collection

Change position of text in collection

ads
Excursionist
27 0 12

I would like to center my text on my collection bit (it is currently on the left)

Screenshot 2024-10-11 at 22.11.54.png

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

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

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
ads
Excursionist
27 0 12

Hello, this did not work