我已经为我想要更改的主题创建了一个子主题,但我在 style.css 中所做的更改不会显示在网站上。
这是我的 style.css 中的内容
/*
Theme Name: Soundstage Child Theme
Description: Soundstage Child Theme
Author: xxxxx
Template: soundstage
Version: 1.0.0
*/
/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../soundstage/style.css');
/* =Theme customization starts here
-------------------------------------------------------------- */
.logotext {
font-family: "Life Savers", cursive;
font-weight:400;
position:relative;
top:12px;
right:90px;
}
.menu-item {
font: 18px/20px cutive,Arial,Helvetica,Sans-Serif;
}
只是为了检查一下,我安装了一个插件来添加额外的 CSS——这个 CSS 在那里工作得很好。
编辑:顺便说一下,子主题目录中的模板工作正常。
EDIT2:我刚刚注意到 WP 在调用样式表时带有一个参数(当前的 WP 版本),但我不太确定它来自哪里,或者如果我用 ver= on 和离开。:
<link rel='stylesheet' id='soundstage-css' href='http://domain.com/wp-content/themes/soundstage-child/style.css?ver=3.6.1' type='text/css' media='all'/>