Hi
My site-title color is blue and I want to make it green. I went to appearance -> editor, and I wrote #0CB70 (the green color I want) in the places where I guess it should be. However my site-title text is still blue 🙁
Any ideas how I can make it green?
Here is the editor part that I changed:
#site-title {
font: 30px 'Philosopher', sans-serif;
line-height: 42px;
}
#site-title a {
color: #0CB700;
}
#site-title a img {
vertical-align: inherit;
max-width: 978px;
}
#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
color: #0CB700;
}
#site-description {
font: 13px 'PT Sans', sans-serif;
line-height: 20px;
color: #777;
}