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!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024