hello sorry, was hoping to follow this one up? I’ve tried everything!
Hi @sosebeehive,
I am sorry for the delay.
Try adding this CSS code to your site’s Additional CSS under the Appearance > Customize menu.
.site-content > .container {
border: none;
}
Hello!
It still seems to be appearing when added to the additional css (linked below) hmm
https://ibb.co/5Ls7srV
Hi @sosebeehive,
On your screenshot, your additional CSS code contains an error. Any code added after error line won’t take any effect. Please fix any error first. For example:
.entry-title { text-align:center; }
}
.site-content > .container {
border: none;
}
It should not contain extra } line. So it will look like this.
.entry-title { text-align:center; }
.site-content > .container {
border: none;
}
Oh this makes sense!
I’ve removed that error, but it still is coming up? Would you be able to let me know if there are further errors? I’m such a code novice, apologies: https://ibb.co/5Ls7srV
Thank you for getting back @sosebeehive.
Perhaps other lines above contain an error. Please validate your entire code with this tool for any error.