Hello, I am currently making my website but I want my header to be transparrent, how can I fix this?
I am using ride theme.
Website url: https://combitman.com/
Hello, I am currently making my website but I want my header to be transparrent, how can I fix this?
I am using ride theme.
Website url: https://combitman.com/
Hello @Combitman ,
Go to Online store >> Edit code >> Assets >> base.css
Add this code below of base.css file
.header-wrapper {
background-color: transparent !important;
}
sticky-header.header-wrapper.color-background-1.gradient {
background: transparent !important;
}
Hello there,
sticky-header.header-wrapper.color-background-1.gradient {
background-color: transparent!important;
}
Hello @Combitman
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you:
Open your theme.liquid theme file
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
@Combitman
Add below css into base.css file (online store->theme->asset->base.css)
sticky-header.header-wrapper.color-background-1.gradient {
position: absolute;
left: 0;
width: 100%;
background: transparent;
}