Comments 21Sanjay started the conversationAugust 9, 2019 at 2:18amHi. Just wondering how I can change the font colour from white for the 'category, philosophy' text on the grey background. Can't read it all that well being white. Thanks 3,024Andrew repliedAugust 9, 2019 at 6:18amHi Sanjay, Use the following custom css: .section-title h1, .subheader { color:black !important; } Hope this helps. 21Sanjay repliedAugust 9, 2019 at 6:27amYes that worked for the category name. But the word 'category' above it didn't change. 3,024Andrew repliedAugust 9, 2019 at 6:52amHi sanjay,Try this: .section-title span { color: black !important; } Hope this helps. 21Sanjay repliedAugust 9, 2019 at 11:17amThanks! Sign in to reply ...
Hi. Just wondering how I can change the font colour from white for the 'category, philosophy' text on the grey background. Can't read it all that well being white. Thanks
Hi Sanjay,
Use the following custom css:
Hope this helps.
Yes that worked for the category name. But the word 'category' above it didn't change.
Hi sanjay,
Try this:
Hope this helps.
Thanks!