How to change standard text color and font type?

Discussion in 'Real Photography WordPress Theme' started by faizalproperty, Apr 11, 2013.

  1. faizalproperty

    faizalproperty New Member

    Joined:
    Mar 2, 2013
    Messages:
    7
    Likes Received:
    0
    Hi!

    How can I change the current standard text color (grey) and font type (not too sure what it is?) to maybe say solid black and Times New Roman?
     
  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:red;
    font-family:symbol;
    }

    Inplace of "symbol" put your font type.
     

Share This Page