Center heading on featured collection block in refresh theme

LeslieM
New Member
6 0 0

I am trying to center the heading on the Featured Collection block in the Refresh theme. Any ideas?Screenshot 2023-02-02 at 9.41.16 PM.png

Replies 2 (2)
GemPages
Shopify Partner
5502 1231 1007

Hello @LeslieM 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1675399935621.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1675399958664.png

    <style>
      .shopify-section .collection .collection__title .title {
          text-align: center;
      }
    </style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
PageFly-Victor
Shopify Partner
7082 1483 2725

Hi @LeslieM 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

h2.title.h2 {

    text-align: center !important;

}

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

Please let me know if it works by giving it a like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Let’s create a unique website design with PageFly for free now!