sheenvs Posted April 26, 2022 Share Posted April 26, 2022 (edited) Site URL: https://therapinxy-directory.squarespace.com Password: 2022 I'd like to make the header background transparent on only the homepage. I tried the following w/o success: Quote .homepage .header-announcement-bar-wrapper { background: rgba(0,0,0,0) !important; } Edited April 26, 2022 by sheenvs Link to comment
tuanphan Posted April 29, 2022 Share Posted April 29, 2022 You mean Home: transparent header Other pages: Solid background header Is this right? 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
sheenvs Posted May 5, 2022 Author Share Posted May 5, 2022 On 4/29/2022 at 2:44 AM, tuanphan said: You mean Home: transparent header Other pages: Solid background header Is this right? Yes that's right! Is it possible? Link to comment
tuanphan Posted May 8, 2022 Share Posted May 8, 2022 On 5/5/2022 at 8:48 AM, sheenvs said: Yes that's right! Is it possible? Add to Design > Custom CSS body.homepage article section:first-child { padding-top: 0px !important; } body.homepage header#header { background-color: transparent !important; } body.homepage .header-background-solid { background-color: transparent !important; } sheenvs 1 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
sheenvs Posted May 9, 2022 Author Share Posted May 9, 2022 On 5/8/2022 at 12:39 AM, tuanphan said: Add to Design > Custom CSS body.homepage article section:first-child { padding-top: 0px !important; } body.homepage header#header { background-color: transparent !important; } body.homepage .header-background-solid { background-color: transparent !important; } It worked! 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