tuanphan Posted September 2 Share Posted September 2 To remove Header Color on Scroll, you can use these CSS codes to Website Tools > Custom CSS. #1. All Pages header#header.shrink { background-color: transparent !important; } header#header.shrink .header-background-solid { opacity: 0 !important; } #2. One Page You can find Page ID Then use CSS code like this #collection-6673f2e18432c25013aee99f { header#header.shrink { background-color: transparent !important; } header#header.shrink .header-background-solid { opacity: 0 !important; } } #3. Desktop Only @media screen and (min-width:768px) { header#header.shrink { background-color: transparent !important; } header#header.shrink .header-background-solid { opacity: 0 !important; } } #4. Mobile Only @media screen and (max-width:767px) { header#header.shrink { background-color: transparent !important; } header#header.shrink .header-background-solid { opacity: 0 !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment