Font text black

Discussion in 'Cloriato WordPress Theme' started by stefan, Apr 6, 2013.

  1. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi,

    How can I make the text black? For some reason it's grey when I type on all pages.
    Please advise, thanks.

    Regards,
    Stefan

    http://galeriezaltbommel.nl/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    p {
    color: black!important;
    }
     

Share This Page