Font Size and colors

Discussion in 'Real Photography WordPress Theme' started by ansh1705, Sep 2, 2013.

  1. ansh1705

    ansh1705 New Member

    Joined:
    Jul 5, 2013
    Messages:
    12
    Likes Received:
    0
    On the about us page , I am using the template style as FULL BANDWIDTH PAGE and want to change the font size and color of the text. Please help
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-content p {
    color: red;
    font-size: 18px;
    }
     

Share This Page