I created a new template for my blog page in the Atlantic theme and I’d like to increase the size of the heading (GOOD TIDINGS) at the top of the Blog Post section of page. Screenshot attached. Is there a simple fix?
@AreaMan - can you please share this page link?
Hi @suyash1 here is the preview link.
@AreaMan - add this css to the very end of your theme.css file and check, adjust number 32 as per the need
.shopify-section--blog-posts .section-title{font-size: 32px;}
Hi @AreaMan ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
h2.section-title {
font-size: 30px !important;
}
Hope my answer will help you.
Best regards,
Victor| PageFly
Thank you @PageFly-Victor . I’m more familiar with your method, so I implemented the change that way. Looks great!
Thanks @suyash1 . I’m more familiar with the other solution provided, so i implemented it that way. Question…why does your screenshot show both my blog articles pushed to the left? The two columns are supposed to be centered, as you see in my initial screenshot.