Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
any idea how you can center a Custom Liquid banner writing on craft theme?
Solved! Go to the solution
This is an accepted solution.
Try this one.
.section-template--20571060011347__custom_liquid_xgUpAh-padding {
text-align: center !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @GiudFabri123 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to do that.
.luxury-home-furniture { text-align: center; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.luxury-home-furniture h1 {
text-align: center;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
This is an accepted solution.
Try this one.
.section-template--20571060011347__custom_liquid_xgUpAh-padding {
text-align: center !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Welcome! Would you mind hitting 'like' as well? Thanks!