Hello guys can you help , make Head background transparent like this
I use refresh theme
https://492dea-24.myshopify.com/pages/landing-page-apr-25-23-07-50
pass- Humblee3030
Hello guys can you help , make Head background transparent like this
I use refresh theme
https://492dea-24.myshopify.com/pages/landing-page-apr-25-23-07-50
pass- Humblee3030
Hi @Suco ,
May I suggest to update code these steps:
Go to Store Online-> theme → edit code
Assets/base.css
Add code below to end of file
If you don’t want to show background transparent when scroll down you can use code below:
.shopify-section-header-sticky:not(.scrolled-past-header) sticky-header.header-wrapper {
background: transparent;
}
sticky-header.header-wrapper {
background: transparent;
}