[Theme: Twenty Fourteen] Change Color of Site Title
-
Hi there,
I’m trying to customize my new site using the Twenty Fourteen theme. I have managed to change all the colors I want except for the title, which stubbornly remains bright green! I’ve altered the code in the “appearance” editor so that it now looks like this:
`.site-title {
float: left;
font-size: 65px;
color: #fff;
font-weight: 400;
line-height: 48px;
margin: 0;
}.site-title a {
color: #fff;
}.site-title a:hover {
color: #fff;
}’But even still, my title is bright green unless I hover over it, in which case it turns white, as it is supposed to. Here’s a link to the site: https://www.seacreaturefacts.com/
Please help me out here- which part of the code should I actually be changing to make this work??
Thanks!!
- The topic ‘[Theme: Twenty Fourteen] Change Color of Site Title’ is closed to new replies.