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.
Hello,
I'm looking to change the background colours of my portfolio pages only (to black). There are 8 portfolio pages.
Tried some CSS but couldn't get it to work.
Please advise.
Regards,
Sam
Hi Sam,
Add this CSS to Custom CSS:
.single-portfolio .wrapper { background: #0a0a0a; }It will be applied only to single portfolio items.
Best regards,
Laborator Team