Shopify themes, liquid, logos, and UX
Hello,
How do I get rid of the the white gap in this section here? I want to have the same green color. Below is a wave liquid code.
Another question: how do I create more green background color at the top where "Sustainability..."
Website: https://greentiger.co/
pw: cheese
Thank you!
Solved! Go to the solution
This is an accepted solution.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
div#shopify-section-template--22205932503315__rich-text {
padding-top: 40px;
margin: 0px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
div#shopify-section-template--22205932503315__rich-text {
padding-top: 40px;
margin: 0px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
@Made4uo-Ribe Thank you! I was able to find a solution to remove the white bar at the bottom, I thought I could follow similar route and add another code to the top to resolve but your one code addressed both. That's why you're a developer hah!
Another question, now design wise I don't like how there's a big green space below the button. Is there a solution for this? Maybe it's the wave liquid? or change the text size?
Check this one. This is the solution I can think of now.
Same Instruction.
@media only screen and (min-width: 749px){
div#shopify-section-template--22205932503315__rich-text {
margin-bottom: -80px;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025