Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Removing White Space Between Sections In Empire

Solved

Removing White Space Between Sections In Empire

jem_digital
Shopify Partner
3 0 0

Hey! 
I was wondering if someone is able to assist with this one. 

I have tried to remove using CSS myself, but I am not having any luck. 

Theme is Empire by PixelUnion


The spacing I want to remove is between the Our Values and the highlights banner section (both with grey backgrounds) on the About Us page. 


The URL for the site is here: https://oil-baron.myshopify.com/

Page URL: https://oil-baron.myshopify.com/pages/about-us 

Password: oildev24

Accepted Solution (1)

Moeed
Shopify Partner
6326 1715 2069

This is an accepted solution.

Hey @jem_digital 

 

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>
h2.rich-text-heading.rich-text-heading-medium {
    margin: 0 !important;
}
</style>

RESULT:

Moeed_0-1709531180935.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

Replies 4 (4)

Moeed
Shopify Partner
6326 1715 2069

This is an accepted solution.

Hey @jem_digital 

 

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>
h2.rich-text-heading.rich-text-heading-medium {
    margin: 0 !important;
}
</style>

RESULT:

Moeed_0-1709531180935.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


jem_digital
Shopify Partner
3 0 0

Absolute legend! Thank you for that. Had the right code, but was putting it in the theme.css file instead.

Thanks for that

Moeed
Shopify Partner
6326 1715 2069

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


jumping_bear11
Tourist
3 0 0

This doesn't work for me :'( anything I should troubleshoot?