Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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
:(
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;
}