I’ve been working on a client’s site (Dawn theme) and have run into an issue. Whenever we add a background image to the top rich-text section, a white line between the sections appears, but when we change it to a solid color, it disappears. I have searched the Shopify Community and can’t find anyone addressing this issue.
I’ve added
div {
margin-top: -1px !important;
}
to the App section underneath and that removes the white line when there is a green/solid color background, but it still appears when there is a background image above.
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: