Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
I am wondering how to customise my sections: rich text/multicolumn/featured collection/Collage/image w text to rounded sections with a bit padding. Is there only way to get some custom code to my theme.liquid?
Hi @Kroppi
This is Victor from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.multicolumn-card {
border-radius: 50px;
}
</style>
You need to add your code between the <style> tag
Hope this can help you solve the issue
Best regards,
Victor | PageFly
Hi,
and how can i do this to whole section? F.e.
#shopify-section-template--17697755201832__d1191bc2-1c3d-40c1-ac16-114e08ab7a01
Sorry for the late response
please use this code, with the same way above :
<style>
#shopify-section-template--17697755201832__d1191bc2-1c3d-40c1-ac16-114e08ab7a01 {
border-radius: 50px;
}
</style>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025