• Closed
  • Attie Basson
    Spectator
    August 19, 2018 at 8:43 pm #36953

    Hi I would like to change the color of the margins on either side of the page and between blocks of elements. I want a darker look for my page and can’t seem to change the color of said parts of my website?

    The specific page that illustrates my problem best would be https://atree.capetown/portfolio/__trashed-3/

    This is a test page I’m running to try out the themeforpress + composer

    All the white spaces should be darker and I’m not sure how to do this, could be the background of the page I don’t know,

    Roman
    Spectator
    Posts: 3147
    August 23, 2018 at 5:48 am #36958

    Hello Attie,

    sorry for my delay. To your question, for only this specific page, try following Additional CSS:

    body .page-id-267, .content.page-id-267 {
    background: #333;
    }

    if you would like to change color like this on the all website, there is an option in the control panel under Styling -> Content

    let me know if it’s what you need 😉