Shopify themes, liquid, logos, and UX
Hi community!
We're using focal theme, and would love to left align the texts for below parts of the theme. Any suggestions how to do this?
- product grids on collection pages
- featured collections
- product recommendations
- recently viewed products
The store is https://finicc.com/
Solved! Go to the solution
This is an accepted solution.
Hey @JohnBoye
Please follow these instruction
Step: 1 Go to Online Store --> Themes
Step: 2 Click on three dots placed before publish Button --> Edit Code
Step: 3 Search this file "theme.css"
Step: 4 At the last Paste this code and save file
.product-item__info
.product-item-meta {
display: block;
text-align: left !important;
}
Definitely your query will resolved .
Thanks
This is an accepted solution.
Hey @JohnBoye
Please follow these instruction
Step: 1 Go to Online Store --> Themes
Step: 2 Click on three dots placed before publish Button --> Edit Code
Step: 3 Search this file "theme.css"
Step: 4 At the last Paste this code and save file
.product-item__info
.product-item-meta {
display: block;
text-align: left !important;
}
Definitely your query will resolved .
Thanks
Wow - that was fast and easy, and worked exactly as intended. Thanks alot! 🙂
Thanks - already solved 🙂
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024