Hey guys,
I spent my whole afternoon trying to figure out how to remove these unnecessary lines on the left of my CTA, and also the huge white space between sections. No idea yet.
Anyone?
Thank you in advance!
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
@prettyflacko - add this css to the end of theme.scss file and check
.index-sections .shopify-section {margin-top: 30px;}
#shopify-section-1614494407af4a6a02 hr{display: none; opacity: 0; visibility: hidden;}
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
div#shopify-section-1614494407af4a6a02 hr {
display: none;
}
Let me know if this works.
Thanks!
User | Count |
---|---|
441 | |
201 | |
102 | |
97 | |
90 |