ウィジェットの色
-
こんちには!
テーマはPerleです。
フッターウィジェットのテキストの色がぜんぶ同じなので、見分けがしにくいと思います。
なので、見出しと、その下にあるバー(黒い横線)の色を変えたいと思っています。
どうすればいいですか?
The blog I need help with is selfrecreation.com.
Hi @shandranili,
Please put below CSS in to My Sites > Customise > Additional CSS
To change the color of the heading, use the following code
.widget-title, .widgettitle {
color: blue !important;
}
To change the color of the bar (black horizontal line), use the following code
.widget-title:after, .widgettitle:after {
background-color: #c70e32 !important;
}
Let me know if ut works.
どうもありがとうございました!
ちゃんとできました!
とてもいい感じで、嬉しいです!
I am glad it works for you.
The topic ‘ウィジェットの色’ is closed to new replies.