main body font colour

  • This topic has 5 replies, 3 voices, and was last updated 2 years ago by J. Davis.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1277630
    margaret Njeri
    Participant

    How do i change the font colour of the main body and headlines text

    #1278267
    Valeriia Bavykina
    Moderator

    Hello Margaret!

    To change the headline font color add the following code:

    .luviana-front-page-header .child-pages-list .child-page-title h2 {
     color: #FFF;
    }

    Replace #FFF with any desired color.

    #1279515
    margaret Njeri
    Participant

    How about the main body?

    #1280059
    J. Davis
    Keymaster

    Hi Margaret,

    Thanks for your further question. You may try to apply the styles below:

    .site-content p{
    color:#000;
    }

    Feel free to contact us if you have any further questions.

    best regards,
    J. Davis

    #1280436
    margaret Njeri
    Participant

    Thank you and what is the CSS for changing the font type and size?

    #1281271
    J. Davis
    Keymaster

    Hi Margaret,

    Thanks for your question. You may use a third-party plugin to adjust the typography on your site e.g. ‘Fonts Plugin | Google Fonts Typography’ or ‘Easy Google Fonts’, etc.

    best regards,
    J. Davis

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