When I remove the hex code for the border color in the main content area, the border is still there, it’s just white in color.
I would like to have some custom CSS for no border in the main content area please.
Thank you!
Hey Moondreamer21,
I’ve taken a look at your homepage, articles page, and a post page, but I don’t see a white border. I must be looking in the wrong area. Please link to the right area for us. How wide is the border?
Best regards,
Mike
Hi Mike, I should have been more specific… the border will show up around tables, etc. but one place it can barely be seen (it’s just 1px) is right under the reddish stitched leather where the menu is – there is a faint line just under it.
I’ll make it white so it’s more noticeable.
I’d like to specify ‘no border’ for the main content area so this doesn’t show up there – but also, so that if I use a table, it doesn’t automatically put a border around it.
Thanks!
Hi,
Oh, I see. Please try this code in the General Styling > Quick CSS field:
.container_wrap {
border-top-style: none !important;
border-top-width: 0px !important;
}
and for tables, please try:
table {border: none !important; }
table {border-collapse: collapse !important;}
Best regards,
Mike
Thanks so much Mike, that worked great! :)
We can close this thread.
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon