mphdesign Posted June 27 Share Posted June 27 (edited) I'd like my header to go from transparent to white on scrolling, like this example: https://www.norlha.com. Is this possible? Edited June 27 by mphdesign wrong url Link to comment
tuanphan Posted June 28 Share Posted June 28 What is your site url? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mphdesign Posted July 7 Author Share Posted July 7 (edited) Hi, it's www.porfiriogutierrez.com. I have it set to a nav bar with white background for now, but would like a transparent one with white text that converts on scroll to a solid white background with black text, as in the norlha.com example. Edited July 7 by mphdesign Link to comment
tuanphan Posted July 9 Share Posted July 9 On 7/8/2023 at 6:37 AM, mphdesign said: Hi, it's www.porfiriogutierrez.com. I have it set to a nav bar with white background for now, but would like a transparent one with white text that converts on scroll to a solid white background with black text, as in the norlha.com example. Add this code to Design > Custom CSS body.homepage article section:first-child { padding-top: 0 !important; } body.homepage header#header:not(.shrink) .header-background-solid { background-color: transparent !important; opacity: 0 !important; } body.homepage header#header:not(.shrink) a { color: white !important; } body.homepage article section:first-child .content-wrapper { padding-top: 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mphdesign Posted July 12 Author Share Posted July 12 (edited) I'm noticing the transparent overlay doesn't work on mobile and the logo doesn't show. The main menu also doesn't show up when you click on the hamburger. Do you have a solution for this? Edited July 12 by mphdesign Link to comment
tuanphan Posted July 15 Share Posted July 15 On 7/12/2023 at 7:21 AM, mphdesign said: I'm noticing the transparent overlay doesn't work on mobile and the logo doesn't show. The main menu also doesn't show up when you click on the hamburger. Do you have a solution for this? Hi, It looks fine to me Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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