Comments dorongabay started the conversationOctober 5, 2017 at 10:24amHi, 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] repliedOctober 5, 2017 at 12:58pmHi 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;} Sign in to reply ...
Hi,
how i can change the bg color specific post in the portfolio.
I add this in laborator Custom CSS:
and this
and the Custom CSS is not being applied
:(
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: