Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #120619
    Benjo3
    Participant

    Hello,

    at the edge on both sides the background color is grey instead of white. It appears in the mobile version as well as on large screens. Is there any way to make the edge background white as well?

    Many thanks

    Regards,

    Niclas

    #120623
    Mahesh
    Keymaster

    @benjo3: Where actually do you mean this is occurring? Could you please show me with a screenshot, it would be more clear.

    Regards,
    Mahesh

    #120694
    Benjo3
    Participant

    Hey Mahesh,

    this is the website: http://www.wasseraktien.net

    It does not appear on every device but on larger screens and in the mobile version.

    Hope you see it.

    Regards,

    #120761
    Mahesh
    Keymaster

    @benjo3: Sorry for the late reply. Please check the image in the link below.
    http://bit.ly/2vZlLFW

    This is how your site appears on my computer.

    Regards,
    Mahesh

    #120905
    Benjo3
    Participant

    So you mean you do not see the grey border?

    #120937
    Mahesh
    Keymaster

    @benjo3: You mean the grey border at the bottom? I got confused with word “Background”. Go to Dashbaord=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #supplementary {
        border: none;
    }
    #121058
    Benjo3
    Participant

    Hey Mahesh,

    the CSS code does not work, unforutnately. I have made a screenshot (mobile version). It does not become very visible but I hope you can see the grey border on the left and right side, do you?
    I would like to have it white as well.

    http://www.wasseraktien.net/wordpress/wp-content/uploads/2017/08/Screenshot_2017-08-25-11-46-10.png

    Regards,

    Niclas

    #121065
    Mahesh
    Keymaster

    @benjo3: Add the following CSS:

    body.custom-background {
        background-color: #ffffff;
    }

    Regards,
    Mahesh

    #121831
    Benjo3
    Participant

    Hey,

    sorry for the late response. Your CSS Code works fine. Thank you very much!

    Regards
    Niclas

    #121916
    Mahesh
    Keymaster

    @benjo3: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Mahesh

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to remove the grey background?’ is closed to new replies.