Custom CSSed Theme for Twenty Fourteen not working on Remote Server but works…

  • Unknown's avatar

    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;

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, you are using WordPress, but are not talking about a site hosted here. The forum for the self-hosted version of Twenty Fourteen is at: http://wordpress.org/support/theme/twentyfourteen .

  • The topic ‘Custom CSSed Theme for Twenty Fourteen not working on Remote Server but works…’ is closed to new replies.