Comments 1Adrianne started the conversationOctober 7, 2019 at 4:12amHello and thanks, I am looking to change the colour of the font in my lower author box to white. Would I have to do this with customer css? Would it be something like this? (I'm just guessing) .post-author{font: #ffffff; }Or would there be something in the settings for that field? Appreciate your input. Adrianne 2,702PenciDesign repliedOctober 7, 2019 at 4:29amHi,Please try with this custom css: .post-author .author-content * { color: #fff; } .post-author .author-content p a { color: #32cc32; } Best Regards,PenciDesign1 Like 1Adrianne repliedOctober 7, 2019 at 4:34amThank-you! That worked perfectly, then I changed part of it so the link could be in black font:.post-author .author-content * { color: #fff; }.post-author .author-content p a { color: #000000; }Again thank-you as always for your advice! Adrianne Sign in to reply ...
Hello and thanks,
I am looking to change the colour of the font in my lower author box to white.
Would I have to do this with customer css? Would it be something like this? (I'm just guessing)
.post-author{font: #ffffff; }Or would there be something in the settings for that field?
Appreciate your input.
Adrianne
Hi,
Please try with this custom css:
.post-author .author-content * { color: #fff; } .post-author .author-content p a { color: #32cc32; }Best Regards,
PenciDesign
Thank-you!
That worked perfectly, then I changed part of it so the link could be in black font:
.post-author .author-content * { color: #fff; }
.post-author .author-content p a { color: #000000; }
Again thank-you as always for your advice!
Adrianne