page font color

Discussion in 'GoldenEagle WordPress Theme' started by returning glory, Mar 3, 2013.

  1. returning glory

    returning glory New Member

    Joined:
    Feb 5, 2013
    Messages:
    17
    Likes Received:
    0
    I have previously changed the font color of my main page using this provided code

    p {
    font-family: AppleGothic; font-size: 14px; color: #EEDCC3 ;
    }

    However this has only standardized the color of my main home page and I would like all my other pages to default to this font color as well. Is there addition code I need?
     
  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: #EEDCC3!important;
    }
     

Share This Page