Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1265760

    Hi,
    I created a page without header and footer. It looks fine on chrome. However, there is a grey background colour on the top and the bottom instead of white on firefox or mobile. I would like to have a simple white background colour of that page.

    I have tried codes like:
    .page-id-589 .header_bg, .page-id-589 .container {
    background: white;
    }

    #top.page-id-589 .alternate_color {
    background-color: white !important;
    }
    .page-id-589 .alternate_color.title_container * { color: #white!important; }

    However, these codes cannot help to get rid of the grey colour.
    May you help me please? Thank you!

    #1265765

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field

    .html_stretched .page-template-template-blank #wrap_all {
        background-color: white;
    }

    Best regards,
    Yigit

    #1265769

    Hi Yigit,
    It works perfectly! Thank you for your help!
    Have a nice day!

    #1265773

    Hi!

    You are welcome!

    Let us know if you have any other questions or issues and enjoy the rest of your day :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change the background colour of one page, which has no header and footer’ is closed to new replies.