Hi!! I changed the site title color when I had the free version, now I want to change it again and the strange thing is that no matter what code I put or what color I choose in color option, nothing happens it won’t change. This is what I put on the custom CSS and I even changed it in the css itself but no success! What am I doing wrong? Thanks in advance!
#site-title {
font: 42px ‘Gentium Basic’, serif;
line-height:50px;
}
#site-title a {
color: #FE642E;
}
#site-title a img {
vertical-align: inherit;
}
#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
color: #FE642E;
}
#site-description {
font-size: 36px;
color: #FE642E;
}