Hi Everyone
Can someone help me in changing the font alignment of collection heading to center.
Adding the screenshot below - Need to make Choose your membership to center.
Store link - https://mithuna.ae/
Password - thaffo
Theme - Craft version 1.0.0
1 Like
Hi Yogamithuna.
This is PageFly - Free Landing Page Builder. I would love to provide my advice for your store based on 6 years of providing solutions for about 100.000+ active Shopify merchants.
You can go to Online store => themes => Actions => Edit code and paste this code on the base.css .
.full-unstyled-link{
text-align: center;
}
I hope my above information can help you
Kind regards
PageFly
What did you mean by it didn’t work
@yogamithuna
add this code to your base.css file.
Navigate to online store >> Click edit theme code.
Now find base.css and paste the following code:
.title-wrapper--no-top-margin{
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: center;
}