Shopify themes, liquid, logos, and UX
I would like to remove the border/spaces around the rich text areas in the sense theme.
Attached are screenshots. The website is www.AllowYourBliss.com
Solved! Go to the solution
This is an accepted solution.
Hey @allowyourbliss
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.section+.section {
margin-top: 0 !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
section#shopify-section-template--23365684035873__multicolumn_fkK9zB {
margin-top: 0;
}
AndSave.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Thanks so much! That worked for the multicolumn but the rich text area (see attached image) still has a border. If you have the capacity I'm also trying to figure out how to center the main heading for the Rich Text section, featured products and collections section and the multicolumn section.
This is an accepted solution.
Do you mean this side?
If it is, check this one.
Same Instruction.
section#shopify-section-template--23365684035873__rich_text_Dty6mL {
margin-top: 0px;
}
h2.title.inline-richtext.h1 {
text-align: center;
}
.title-wrapper--no-top-margin {
justify-content: center;
}
And Save.
I also include other section to center heading.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hey @allowyourbliss
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.section+.section {
margin-top: 0 !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks so much!
This is an accepted solution.
check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
section#shopify-section-template--23365684035873__multicolumn_fkK9zB {
margin-top: 0;
}
AndSave.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Thanks so much! That worked for the multicolumn but the rich text area (see attached image) still has a border. If you have the capacity I'm also trying to figure out how to center the main heading for the Rich Text section, featured products and collections section and the multicolumn section.
Hi @allowyourbliss , kindly share the screenshots of the rich text area. Thanks!
This is an accepted solution.
Do you mean this side?
If it is, check this one.
Same Instruction.
section#shopify-section-template--23365684035873__rich_text_Dty6mL {
margin-top: 0px;
}
h2.title.inline-richtext.h1 {
text-align: center;
}
.title-wrapper--no-top-margin {
justify-content: center;
}
And Save.
I also include other section to center heading.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I tried to figure it out before I asked for help and added the code below to be able to center the collection section header text but had no luck.
}
.collection-card-wrapper .card {
justify-content: center;
}
Can you help me please?
It also says my visual stability score is low and I'd like help to improve that.
Thanks so much!
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