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, I would prefer to keep my font colour black but there are pages I would like to change it to dddddd (light grey) - is there some custom CSS I can add to over-ride the paragraph font colour for specific pages please?
Hi Samantha,
The only possible way to do this is by adding this CSS under the Custom CSS area of that page where you want to change the color:
/* Change paragraph color */ p { color: #DDD; }(view large version)
Best regards,
Laborator Team
That works perfectly thank you! :)