Black bar in container

Hi, I have a very annoying black bar above and below my item specifics. How can I get rid of them please

Hello @Connor1836

Please share your store URL

Regards

Titu

Hi @Connor1836

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Best regards,
Devcoder :laptop:

Hey! WorldSnacks.co.uk

Thank you

Hey @Connor1836

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>
.content-container {
    border: unset !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

In fact, it’s a theme setting (Dawn uses the same code as Ride):

Yours was non-zero.