Re: Focal theme - left aligning texts in product grids on collection pages

Solved

Focal theme - left aligning texts in product grids on collection pages

JohnBoye
Tourist
10 0 5

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/ 

 

Accepted Solution (1)

codexecom
Shopify Partner
60 9 13

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

Need Freelance Shopify Developer, Designer or For further Discussion
Reachout me on whatsapp:+91 919721741072 or , Skype: https://join.skype.com/invite/sDrWRlIVb20I

View solution in original post

Replies 3 (3)

codexecom
Shopify Partner
60 9 13

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

Need Freelance Shopify Developer, Designer or For further Discussion
Reachout me on whatsapp:+91 919721741072 or , Skype: https://join.skype.com/invite/sDrWRlIVb20I
JohnBoye
Tourist
10 0 5

Wow - that was fast and easy, and worked exactly as intended. Thanks alot! 🙂 

JohnBoye
Tourist
10 0 5

Thanks - already solved 🙂