Okay
  Public Ticket #1324858
Change single page background color
Closed

Comments

  • dorongabay started the conversation

    Hi,

    how i can change the bg color specific post in the portfolio.

    I add this in laborator Custom CSS:

    .postid-3869.site-content-contain {
        background-color: #000000;
    }

    and this

    .page-id-3869.site-content-contain {
        background-color: #000000;
    }
    

    and the Custom CSS is not being applied

    :(

  • [deleted] replied

    Hi dorongabay,

    You just need to click Edit page to that page that you want to change the background and then go to Parameters and Options area > Custom CSS and paste this CSS code:

    .wrapper {
    background: #ebf7c0 !important;
    }