Tagged: Thick grey box
I can’t figure out where or how to get rid of the thick grey box around all of the content on every page. Any help would be appreciated.
Thanks
Hi Kobien,
To remove the thick grey box around all of the content on every page. Just go to Appearance > Customize > Additional CSS and paste the below Custom CSS code:
.page #main { padding: 0; }
Thank you!
Hello
I tried the above recommendation and now there is a gray horizontal bar at the bottom, not a full box. Would like to get rid of the who box
thank you
Hi Sharon,
Sorry for that. We are having issue in our support forum. just add below custom css to get rid of that too then
#main .post, #main .attachment, .nav-links { margin-bottom: 0; }
Regards, Theme Horse
#main { background-color: white; }
It worked for me! I don’t know if is right, please, give me your feedbacks! I just have started with WP.
Hi @ce-ibanez
Please use below css code to change the grey color to white for thick box around main content on every page.
#page { background-color: #fff; }
Thank you for using our theme.
that worked! thank you
That’s great
hi! how to make background-color 50% transparent, so the background image would be visible? thank you
@ivan-costricov For to make background-color 50% transparent use below custom css.
#page { background-color: rgba(255, 255, 255, 0.5); }
Each picture in a gallery has a light grey box that I want to get rid of, I have tried all the above codes and none of them have worked
Actually what you want to do for that grey box?
I would prefer if it was white to match the white background, there fore disappearing
Hi,
To set the white background instead of gray color just add below custom css code.