badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Getting rid of grey thick box around main content on every page.

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #51644
    grgewing
    Participant

    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

    #51738

    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!

    #53427
    sharonhicks.ot
    Participant

    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

    #53497

    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;
    }

    Thank you!

    Regards,
    Theme Horse

    #53866
    ce.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.

    #53873

    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.

    #53885
    sharonhicks.ot
    Participant

    that worked! thank you

    #53890

    That’s great

    Thank you!

    #54344
    ivan.costricov
    Participant

    hi!
    how to make background-color 50% transparent, so the background image would be visible?
    thank you

    #54366

    @ivan-costricov For to make background-color 50% transparent use below custom css.

    #page {
       background-color: rgba(255, 255, 255, 0.5);
    }

    Thank you!

    #55771
    mgasean2017
    Participant

    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

    #55783

    Hi Kobien,

    Actually what you want to do for that grey box?

    Thank you!

    #55788
    mgasean2017
    Participant

    I would prefer if it was white to match the white background, there fore disappearing

    #55855

    Hi,

    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.

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.