change color only post text

Discussion in 'BlackBird WordPress Theme' started by titnz, Oct 1, 2014.

  1. titnz

    titnz New Member

    Joined:
    Nov 11, 2012
    Messages:
    19
    Likes Received:
    0
    Hi
    how can i do to change from grey to black (for example) only the default color of my text ?

    thanks :)
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body {
    color: black;
    }
    Thanks & Regards
    Yogesh Bhade
     

Share This Page