ryumorimitsu
フォーラムへの返信
-
フォーラム: プラグイン
返信が含まれるトピック: ヘッダーのサイトタイトル非表示方法を教えて下さい맹조 様
テキストを消すことができました。
度々のご指導ありがとうございました。何度も返信メッセージをいただき
とても助かりました。
これを機にもう少し勉強いたします。またこちらのフォーラムに質問させて
いただくこともあると思いますが
お目に止まればご指導願えれば幸いで
ございます。フォーラム: プラグイン
返信が含まれるトピック: ヘッダーのサイトタイトル非表示方法を教えて下さい맹조 様
度々のご指導ありがとうございます。
ご指導いただきました通り、
site-title, blog-description をスタイルシートで
非表示(display:none)指定する、というのは理解
いたしました。最初の方の返信でご指導いただきました
671行目
.site-title a{
color: #FFF;
font-size: 56px;
font-family: ‘Streetwear’;
}.site-title a:focus {
outline: none;
text-decoration: none;
}682行目
.blog-description {
margin-bottom: 0;
color: #FFF;
font-family: ‘PT Serif’;
}というのはどこのファイルから
確認できますでしょうか?書き込ませていただいた通り
スタイルシート (style.css)
にはなさそうなので何処かの
PHPファイルということでしょうか?度々申し訳ございません。
ご指導いただくことは可能でしょうか?フォーラム: プラグイン
返信が含まれるトピック: ヘッダーのサイトタイトル非表示方法を教えて下さい맹조 様
ありがとうございます。
度々恐れ入ります。例えば前者の方法を取るとして、
今回のテーマの場合display:noneを
この箇所のココに入れるといった
方法をお教え願えませんでしょうか?色々調べてみましたが初心者なので
イマイチ把握できておりません。お手数おかけいたしますが
可能でしたらお願いいたします。フォーラム: プラグイン
返信が含まれるトピック: ヘッダーのサイトタイトル非表示方法を教えて下さい맹조 様
ありがとうございます。
度々恐れ入ります。functions.phpの75行目
発見いたしました。これをどうすればタイトルを非表示に
できるのでしょうか?フォーラム: プラグイン
返信が含まれるトピック: ヘッダーのサイトタイトル非表示方法を教えて下さい맹조 様
度々恐れ入ります。外観→スタイル編集
スタイルシート (style.css)以下スタイルシートコピペ
/*
Theme Name: Mont Blanc
Version: 1.0.8
Author: frenchtastic
Author URI: http://frenchtastic.eu/about
Theme URI: http://frenchtastic.eu/theme/mont-blanc/
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Description: Mont Blanc is very easy to use yet it’s also extremely customizable! It’s beautifully engineered so that both admins and users will love to spend time on your site. All available customizer options will allow you to easily make your site look the way you want it!
Tags: white, light, blue, red, yellow, green, purple, one-column, two-columns, right-sidebar, left-sidebar, fluid-layout, custom-colors, responsive-layout, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*//*
Mont Blanc like WordPress is licensed under the GPL license.
Check the license here: http://www.gnu.org/licenses/gpl.html
*/スタイルシート内はこのような記述です。
フォーラム: プラグイン
返信が含まれるトピック: ヘッダーのサイトタイトル非表示方法を教えて下さい맹조 様
ご返答ありがとうございます。
現在使用しているテーマ【Mont Blanc】は
cssスタイル編集にはsite-title, blog-description
といったタグは見当たりません。ヘッダーphpを触るしかないのでしょうか?