• jeffg2323

    (@jeffg2323)


    The text font color is not dark enough for me. The site is for residents of our subdivision, and we are all old folks ?? Is there a css code I can add to the Additional CSS area to change the font color site wide? Or maybe it is the font weight?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • gdandrija

    (@gdandrija)

    Hi @jeffg2323, I hope you are doing great.

    To get font a bit darker and increase the font-weight for the paragraph text, you may use this code:

    
    p {
        color: black;
        font-weight: 600;
    }
    

    Feel free to adjust values per your needs, however, note that this will change the default styles of all paragraphs so you may need more CSS adjustments.

    I hope this helps, have a nice day,
    Andrija

Viewing 1 replies (of 1 total)
  • The topic ‘Font Color’ is closed to new replies.