Comments 2Samantha started the conversationMarch 23, 2021 at 10:37pmHi, 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? 1,560Laborator repliedMarch 24, 2021 at 9:40amHi 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 Documentation Join Kalium Users Group1 Like 2Samantha repliedMarch 24, 2021 at 3:55pmThat works perfectly thank you! :)1 Like Sign in to reply ...
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:
(view large version)
Best regards,
Laborator Team
That works perfectly thank you! :)