Home Forums Pro Themes News Vibe Pro FONT Color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #183960
    Kariann Morris
    Participant

    How 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.

    #183986
    sanam
    Keymaster

    Hi @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.htm

    Regards,
    Themepalace

    #184421
    Cecilia Amery
    Participant

    Hi 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,
    Cecilia

    #184422
    Cecilia Amery
    Participant

    I 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.

    #184440
    sanam
    Keymaster

    Hi @CELIA,

    White color is the default color for the dark version so you cannot change the font color on the dark version

    #184459
    Cecilia Amery
    Participant

    Hi 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,
    Celia

    #184479
    sanam
    Keymaster

    Hi @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.htm

    As for the dark version color setting it will probably get added on the next theme update.

    Regards,
    Themepalace

    #184503
    Cecilia Amery
    Participant

    Hi Sanam,

    Thanks very much!

    Regards,
    Celia

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.