• Resolved sablotnygenealogy

    (@sablotnygenealogy)


    I am looking to change the font color to all pages as the default color is too light for my customers. Can you advise how to change to a darker color?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put below CSS rules into Custom CSS Editor:

    .page-content p{
        color: #000 !important;
        font-size: 18px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
    }
    .page-content h4.classic-title{
        color: #000 !important;
        font-size: 25px !important;
        line-height: 35px !important;
        font-weight: 600 !important;
    }

    Save the changes.

    if you have any query please let us know and provide site URL also.

    Thank You

    Thread Starter sablotnygenealogy

    (@sablotnygenealogy)

    That appears to have fixed my problem. Thanks

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome ??

    Thread Starter sablotnygenealogy

    (@sablotnygenealogy)

    I updated the matrix-lite theme (MatrixVersion: 2.3.2) recently and then reinserted the above code in style.css in the WordPress Editor (WordPress 4.7.3). Unfortunately, the change did not work. I have cleared the cache on the browsers. The very light font color is throughout the website but on this link you can really see how light the font. It is very hard to read. https://ggsstl.org/?page_id=604

    Do you have any other suggestions?

    thanks,

    Alanna

    Hi,

    Put below CSS Rules into Custom CSS Editor:

    .page-content {
        color: #000 !important;
        font-size: 18px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
    }

    Save the changes.

    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change font color for all pages’ is closed to new replies.