I am trying to center the heading on the Featured Collection block in the Refresh theme. Any ideas?
Hello @LeslieM
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
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


