BeautyIgnited Posted August 4, 2021 Share Posted August 4, 2021 Site URL: http://www.beautyignited.com/headshots Hey everyone, My business is branching out a little bit from exclusively boudoir photography to also include professional headshots. I'm trying to make a landing page (the headshots only need one page), but I don't want it to link back to the boudoir content at all. Our logo for headshots is slightly different as well. I have managed to get the custom logo into the header via custom CSS, but I'm not sure how to remove the rest of the elements. Any help would be appreciated. Thanks! Link to comment
tuanphan Posted August 5, 2021 Share Posted August 5, 2021 17 hours ago, BeautyIgnited said: Site URL: http://www.beautyignited.com/headshots Hey everyone, My business is branching out a little bit from exclusively boudoir photography to also include professional headshots. I'm trying to make a landing page (the headshots only need one page), but I don't want it to link back to the boudoir content at all. Our logo for headshots is slightly different as well. I have managed to get the custom logo into the header via custom CSS, but I'm not sure how to remove the rest of the elements. Any help would be appreciated. Thanks! Hi. You want to remove navigation, icons, buttons on Headshot page? 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
BeautyIgnited Posted August 5, 2021 Author Share Posted August 5, 2021 7 hours ago, tuanphan said: Hi. You want to remove navigation, icons, buttons on Headshot page? Yes, that's correct. Link to comment
tuanphan Posted August 8, 2021 Share Posted August 8, 2021 On 8/5/2021 at 10:09 PM, BeautyIgnited said: Yes, that's correct. Hi. Add to Design > Custom CSS /* Headshots page */ body#collection-6109c1b5e558af36b2308387 header#header { display: none !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
BeautyIgnited Posted August 10, 2021 Author Share Posted August 10, 2021 (edited) On 8/7/2021 at 11:31 PM, tuanphan said: Hi. Add to Design > Custom CSS /* Headshots page */ body#collection-6109c1b5e558af36b2308387 header#header { display: none !important; } So this turned the header into just two sets of ellipses. What I'm wanting is our custom logo on the header and nothing else. Thanks for your help so far! Edited August 10, 2021 by BeautyIgnited Link to comment
tuanphan Posted August 12, 2021 Share Posted August 12, 2021 On 8/11/2021 at 12:29 AM, BeautyIgnited said: So this turned the header into just two sets of ellipses. What I'm wanting is our custom logo on the header and nothing else. Thanks for your help so far! Try new code /* Headshots page */ body#collection-6109c1b5e558af36b2308387 { .header-nav { visibility: hidden; } .header-actions { visibility: hidden; } .burger-box { visibility: hidden; } } 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