Home › Forums › Pro Themes › News Vibe Pro › FONT Color
- This topic has 7 replies, 3 voices, and was last updated 1 year, 5 months ago by
Cecilia Amery.
-
AuthorPosts
-
July 13, 2022 at 1:55 pm #183960
Kariann Morris
ParticipantHow can I change the font color on pages/posts and comment box. It is set to a light grey and I want it black on all.
July 14, 2022 at 12:25 am #183986sanam
KeymasterHi @KARIANN, Please add this CSS in the Additional CSS
.comment-content,
.comment-form .required-field-message,
.page #inner-content-wrapper .entry-content,
.single #inner-content-wrapper .entry-content,
#commentform p.comment-form-comment {
color: #111;
}Go to Customizer >> Appearance >> Additional CSS, paste the above CSS, and publish the site.
please change the color as per your requirement. you can find the color code reference on the link below:
https://www.computerhope.com/htmcolor.htmRegards,
ThemepalaceJuly 27, 2022 at 7:54 am #184421Cecilia Amery
ParticipantHi there,
I’ve changed my font colour, but it’s not showing up in live. Also, there are instances when I’ve adjusted my colour settings, but they aren’t reflected in construction mode. Any ideas? 🙂
Many thanks,
CeciliaJuly 27, 2022 at 8:02 am #184422Cecilia Amery
ParticipantI forgot to add: it doesn’t seem to be a problem with the ‘lite’ mode. However, when I switch the ‘dark’ mode, all fonts are set to white.
July 27, 2022 at 11:53 pm #184440sanam
KeymasterHi @CELIA,
White color is the default color for the dark version so you cannot change the font color on the dark version
July 28, 2022 at 9:59 am #184459Cecilia Amery
ParticipantHi Sanam,
Thanks for your reply.
Couldn’t this be added to the theme? I’m also wondering, where can I change the font colour of post titles and publisher names?
Many thanks,
CeliaJuly 29, 2022 at 12:00 am #184479sanam
KeymasterHi @CELIA, Please add this CSS in the Additional CSS
.single .entry-title,
.single .byline a,
.archive .entry-title,
.archive .byline a,
.search .entry-title,
.search .byline a {
color: #e5383e;
}
Go to Customizer >> Appearance >> Additional CSS, paste the above CSS there, and published the site.
you can find the color code reference on the link below:
https://www.computerhope.com/htmcolor.htmAs for the dark version color setting it will probably get added on the next theme update.
Regards,
ThemepalaceJuly 29, 2022 at 5:49 am #184503Cecilia Amery
ParticipantHi Sanam,
Thanks very much!
Regards,
Celia -
AuthorPosts
- You must be logged in to reply to this topic.





