Shopify themes, liquid, logos, and UX
Hi,
once again I am asking for your help.
On my product page I have an accordion menu. I can't find a way to format the text: If I type in blank lines, it still shows every line without space inbetween. This looks confusing and unattractive.
https://www.kanal-100.com/en/products/art-print-industrial-objectivity
How can I make blank lines and format the text? I use the Studio theme.
Thank you!
You can change the styling with CSS, if you know the basics.
Select the block with the list and scroll all the way to the bottom of the right side panel, do you see an option that says "custom CSS"? If so, type this in the box:
ul, li {
line-height: 10px;
}
Or try:
ul, li {
margin: 0px;
padding: 0px;
}
adjust the numbers until you get it to look how you want.
Thank you for your answer!
Unfortunately, with this block there is no "Custom CSS" option..
Is there any other way to create blank lines/format the text?
Hi @Kanal100
This is Richard 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>
ul, li {
margin: 0px !important;
padding: 0px !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025