how can i make the background transparent but solid when i start scrolling?
Hello @Andia
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @Andia
Go to online store ---------> themes --------------> actions ------> edit code-------> base.css — add at the very end of the file.
@media screen and (min-width: 990px) {
.header {
padding-top: 30px;
}
}
adn the result will be
let me know if this solved your purpose.
Thanks
this didnt seem to work! still overlaps
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.