ブランドヘッダーの背景色を変更

How to change the background colour default blue to other?

「いいね!」 1

@salmanfarisvp by default, it’s using the “tertiary” color from the palette. If you like to set a custom color then use the below CSS code.

header.b-header {
  background-color: #ED207B;
}
「いいね!」 3

Thank You @vinothkannans :upside_down_face:

「いいね!」 1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.