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.
![]()
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.
![]()
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.
.page-width {
background: black;
}
header.site-header {
background: black;
}
Result:
I hope it help.
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