I ftp-downloaded Twenty Fourteen Theme’s style.css to dreamweaver and custom-edited it on my localhost wamp server. The editing had the changes effected on localhost. But when I uploaded it to my remote server, some changes don’t work.
For instance, the Header’s mouseover is not changing the colours.
.site-title a {color:FFCC00;}
.site-title a:hover {
color:#FFFFCC;
Sidebar Widgets -Primary Sidebar:
.widget a {color: #FC6;}
.widget a: hover {color: #FFF; }
Content Sidebar:
.content-sidebar .widget a {color: #24890d;}
.content-sidebar .widget a:hover {color: #41a62a;}
The Navigation:
.site-navigation a {color: #fc3;}
.site-navigation a:hover {color: #fc9;}
The Search-Box Wrapper BgColor:
.search-toggle:hover,
.search-toggle.active {background-color: #033;}
.search-box {background-color: #033;
Footer Sidebar:
.site-info a:hover {color: #41a62a;