Wordpress儿童主题被叫但不工作

时间:2016-02-19 10:49:01

标签: html css wordpress themes

如您所见:http://www.mfdevco.com/solutions/ 正在调用儿童主题:

<link rel="stylesheet" id="x-child-css" href="http://www.mfdevco.com/wp-content/themes/x-child/style.css?ver=4.0.7" type="text/css" media="all">

但由于某种原因,当我检查元素时,更改没有显示,这就是我的Child CSS文件中的所有内容:

/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

li.x-nav-tabs-item.active a {
    color: #fff !important;
    box-shadow: none;
    background: #000 !important;
}

所有帮助表示赞赏!

1 个答案:

答案 0 :(得分:0)

好的,所以有一个服务器端缓存插件,搞砸了一切。

现在全部排序!