こんにちは、minoruです。
BluditのBlogXのテーマはデフォルトだとヘッダーの背景色は黒っぽい色ですが、これを変更する方法を書き残しておきます。
/bl-themes/blogx/php/navbar.php
上記のPHPファイルの…
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark text-uppercase">
bg-darkの部分を変えると、色が変わります。
参考:https://forum.bludit.org/viewtopic.php?t=1639
参考:https://www.w3schools.com/bootstrap4/bootstrap_colors.asp
配色
- bg-muted グレー
- bg-primary 青
- bg-success 緑
- bg-info 水色
- bg-warning 黄色
- bg-danger 赤
背景色を変えてテキストが見づらくなったら、「navbar-dark」の部分なんかを変えるとテキスト色も変わるみたいなんだけど、文字色はCSSで変えちゃった方がわかりやすいかも。
/bl-themes/blogx/css/style.css