Hey team,
Wanting to make header transparent on every product page for mobile and desktop. Home page is currently transparent but product pages are not.
Any help would be appreciated!
Hey team,
Wanting to make header transparent on every product page for mobile and desktop. Home page is currently transparent but product pages are not.
Any help would be appreciated!
Hi @Nato0201 ,
Please follow these steps:
Search for the file “base.css”
Add this code at the end of the file and save
@media screen and (min-width: 1025px) {
.header-nav-hamburger:not(.header-hamburger--transparent) {
background: transparent!important;
}
}
This is the result
Hope this will helps
Hey! Hasn’t seemed to work. Is it meant for base.css?