Hi I’m currently using the bullet theme. I would like to remove the header background / make the header transparent. Please refer the link below.
please send me code thank you
Hi I’m currently using the bullet theme. I would like to remove the header background / make the header transparent. Please refer the link below.
please send me code thank you
Add this code in the bottom of app.css file,
follow this steps:
Online Store->Theme->Edit code->Assets->app.css.liquid
header {
background: #fff0 !important;
/* border-bottom: var(--globalBorder); */
}
@vanessaliew
Hii,
#shopify-section-header header {
background: transparent !important;
border-bottom: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->app.css.liquid