変更したいテーマの子テーマを作成しましたが、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 バージョン)。オフ。:
<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'/>