Happening now! Shopify Community AMA: Building a Marketing Budget with 2H Media | Ask your marketing budget questions now!

Sense Theme: How to remove border above and below rich text on mobile?

Solved

Sense Theme: How to remove border above and below rich text on mobile?

allowyourbliss
Tourist
4 1 1

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

Accepted Solutions (4)

Moeed
Shopify Partner
7141 1931 2355

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:

Moeed_0-1725570814878.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

Hi @allowyourbliss 

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:

Made4uoRibe_0-1725571310699.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

allowyourbliss
Tourist
4 1 1

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.

View solution in original post

Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

Do you mean this side? 

Made4uoRibe_0-1725635774096.png

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. 

Made4uoRibe_1-1725635838357.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 7 (7)

Moeed
Shopify Partner
7141 1931 2355

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:

Moeed_0-1725570814878.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


allowyourbliss
Tourist
4 1 1

Thanks so much!

Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

Hi @allowyourbliss 

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:

Made4uoRibe_0-1725571310699.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
allowyourbliss
Tourist
4 1 1

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.

topnewyork
Astronaut
1299 160 217

Hi @allowyourbliss , kindly share the screenshots of the rich text area. Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

Do you mean this side? 

Made4uoRibe_0-1725635774096.png

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. 

Made4uoRibe_1-1725635838357.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
allowyourbliss
Tourist
4 1 1

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!