サイトアイコン WEB-Geek-Site.com

Wordprss★Stinger8の子テーマの表示崩れ

インストールしているSTINGER8のバージョンが「STINGER8ver20170614」以降の場合は、子テーマの設定を2箇所だけ調整する必要があります。
参考サイト:https://lifool.com/stinger8-install/

「style.css」と「functions.php」の2つのファイルを修正。

★style.css
下の1行を削除

<span style="font-size: 130%;">@import url('../stinger8/style.css');</span>

★functions.php
下のアクションを追加

<span style="font-size: 130%;">add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}</span>

★Stinger8の最新版のダウンロードは→ Stinger公式サイト

モバイルバージョンを終了