Change header background colour if motion theme to black

Help needed please

I tried changing my store header background colour to black in theme settings, I did change it in theme settings but it didn’t work in the store.

Can anyone help me with a solution, maybe css code for black header background. :folded_hands: :folded_hands:

Hey @Jettcollections
Kindly share your Store URL and Password if enabled

Hi @Jettcollections ,

Would you mind to share your URL website? with password if its protected. Thanks!

Shop.mischief.ai

Thank you for the information. Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.page-width {
    background: black;
}
header.site-header {
    background: black;
}

Result:

I hope it help.

Hi @Jettcollections

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.scss.css

.site-header {
    background-color: #000 !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly