• Dear Gurus,
    I am running a wordpress site on http://eyohonesty.com. Due to the fact that I needed to customize the Theme’s CSS to suite my taste, I installed WordPress 3.8.1 on my LocalHost Wamp Server. I was able to edit the Style.css file using Dreamweaver CS5’s Live View.

    However, after all editing, I copied the entire code and pasted the Style Editor of the WordPress remote site (http://eyohonesty).

    Nevertheless, it did not work properly as it did work on the localhost.
    For instance, some background-colors changed on the localhost but did not change in the Remote server.
    Several other things like such didn’t change. Even link colors.
    Please kindly help me on how to fix this problem.

    Thank you so much!

Viewing 1 replies (of 1 total)
  • Thread Starter Easytime

    (@easytime)

    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;

Viewing 1 replies (of 1 total)
  • The topic ‘Editing Twenty Fourteen Theme's Style.css Not working on Remote Server’ is closed to new replies.