Tagged: Thick grey box
- This topic has 13 replies, 7 voices, and was last updated 7 years, 6 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
June 5, 2017 at 12:34 am #51644
grgewing
ParticipantI 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
June 9, 2017 at 12:30 pm #51738Theme Horse Support Team
KeymasterHi 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!
October 1, 2017 at 2:38 pm #53427sharonhicks.ot
ParticipantHello
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
October 6, 2017 at 2:56 pm #53497Theme Horse Support Team
KeymasterHi 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; }Thank you!
Regards,
Theme HorseOctober 30, 2017 at 2:02 pm #53866ce.ibanez
Participant#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.October 31, 2017 at 4:58 am #53873Theme Horse Support Team
KeymasterHi @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.
October 31, 2017 at 12:36 pm #53885sharonhicks.ot
Participantthat worked! thank you
November 1, 2017 at 5:07 am #53890Theme Horse Support Team
KeymasterThat’s great
Thank you!
December 1, 2017 at 1:21 pm #54344ivan.costricov
Participanthi!
how to make background-color 50% transparent, so the background image would be visible?
thank youDecember 4, 2017 at 3:30 am #54366Theme Horse Support Team
Keymaster@ivan-costricov For to make background-color 50% transparent use below custom css.
#page { background-color: rgba(255, 255, 255, 0.5); }Thank you!
April 16, 2018 at 11:05 am #55771mgasean2017
ParticipantEach 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
April 17, 2018 at 11:05 am #55783Theme Horse Support Team
KeymasterHi Kobien,
Actually what you want to do for that grey box?
Thank you!
April 17, 2018 at 2:04 pm #55788mgasean2017
ParticipantI would prefer if it was white to match the white background, there fore disappearing
April 24, 2018 at 12:08 pm #55855Theme Horse Support Team
KeymasterHi,
To set the white background instead of gray color just add below custom css code.
#page { background-color: #fff; }Thank you for using our theme.
-
AuthorPosts
- You must be logged in to reply to this topic.
