I have been attempting to edit my Child Theme to format my Header Text using a google font...but the changes are not showing up on my website.
Also, when I edit text color in the Graphene Theme, those changes disappear whenever I deactivate Graphene and activate my Child Theme, am I doing something wrong?
Here is my CSS code in my child theme. Website: http://www.aretehoops.com
@import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica);
#header{
font-family: 'IM Fell DW Pica',
serif; font-weight: 400; text-decoration:underline;
font-size: 80px; color:#CB0000
}