Hi, I have a very annoying black bar above and below my item specifics. How can I get rid of them please
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 ![]()
Hey! WorldSnacks.co.uk
Thank you
Hey @Connor1836
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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


