Change font color from dark grey to black?

Discussion in 'Infoway WordPress Theme' started by ajyorthodontics, May 15, 2013.

  1. ajyorthodontics

    ajyorthodontics New Member

    Joined:
    Apr 24, 2013
    Messages:
    7
    Likes Received:
    0
    How do I change the font color from the current dark grey shade to all black? Also is there a way to widen the website on the whole, so it takes up more horizontal space when viewing the website?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    body,p,a,h1,h2,h3,h4,h5,h6,span,.infotag,.textwidget,li,ul,label{
    color:black ! important;
    }
    This will solve your issue.
     

Share This Page