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?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: p { color: #EEDCC3!important; }