How can I remove an unwanted white bar from my website's theme?

Solved

How can I remove an unwanted white bar from my website's theme?

RLopez
Excursionist
30 0 4

Hi there. I am looking for assistance in removing this white bar beneath our Hero (Optional Slideshow) section and our Rich Text section. The theme is New and the link is: https://www.cocoandcobakery.com

Screenshot 2023-04-10 172439.jpg

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3134

This is an accepted solution.

Hi @RLopez 

 

This is Victor from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

 

<style>
#shopify-section-template--18297542803739__rich-text {
margin-top: 0 !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly

View solution in original post

Replies 6 (6)

PageFly-Victor
Shopify Partner
7865 1786 3134

This is an accepted solution.

Hi @RLopez 

 

This is Victor from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

 

<style>
#shopify-section-template--18297542803739__rich-text {
margin-top: 0 !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly

RLopez
Excursionist
30 0 4

Worked Perfectly! Thank you so much.

kelowe19
Visitor
2 0 0

This didn't work for me. I tried several times, are there any other solutions?

irene-vintage
Shopify Partner
853 103 376

Hello @RLopez ,

 

You can try to follow these steps:

Go to Online Store -> Theme -> Actions -> Edit code

Screen Shot 2023-04-10 at 11.13.01.png

Go to theme.liquid file -> add the following code above the tag </head>

<style>
#shopify-section-template--18297542803739__rich-text {
margin-top: 0 !important;
}
</style>

Screen Shot 2023-04-11 at 09.34.51.png

Save and preview.

 

Let us know if you need any further support.

Ali Reviews team.

- Was my answer helpful? Please hit Like or Mark it as solution!
- Kudosi Product Reviews - The must-have Shopify app that empowers you to effortlessly collect, display, and manage product reviews.
- Start your FREE trial today!

Denishamakwana
Shopify Partner
1408 173 233

Please add below css code at bottom of assets/theme.css file

div#shopify-section-template--18297542803739__rich-text {
     margin: 0 !important;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

oscprofessional
Shopify Partner
16373 2440 3188

Hello @RLopez 

You can try this code: it will be helpful to you 

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

div#shopify-section-template--18297542803739__rich-text.index-section {
    margin-top: 0 !important;
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...