MiMcMaH Posted April 29, 2022 Share Posted April 29, 2022 Site URL: http://mcmahonvoice.com This is a workaround because the template I'm using doesn't keep the integrity of a transparent logo across over pages, but there isn't a way to delete the site header (and logo) across those pages either. I am looking for some code to help me remove the logo you can see in the picture. Thanks Link to comment
tuanphan Posted May 1, 2022 Share Posted May 1, 2022 Can you share link to Corporate page? We can help easier 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
MiMcMaH Posted May 1, 2022 Author Share Posted May 1, 2022 Thanks for your message. Not sure what the Corporate page is? Link to comment
shiDMV Posted May 1, 2022 Share Posted May 1, 2022 (edited) Try adding this into the page's settings: Page Settings > Advanced > Page Header Code Injection. <style> .header-title-logo { display:none !important; } </style> Edited May 2, 2022 by shiDMV Link to comment
MiMcMaH Posted May 2, 2022 Author Share Posted May 2, 2022 21 hours ago, shiDMV said: Try adding this into the page's settings: Page Settings > Advanced > Page Header Code Injection. <style> .header-title-logo { display:none !important; } </style> Thank you for your message. Unfortunately I don't have a corporate / business account to use that feature. Link to comment
MiMcMaH Posted May 2, 2022 Author Share Posted May 2, 2022 On 5/1/2022 at 8:30 AM, tuanphan said: Can you share link to Corporate page? We can help easier Is this what you mean.... https://michellemcmahon-voice.squarespace.com/config/ Link to comment
shiDMV Posted May 2, 2022 Share Posted May 2, 2022 2 hours ago, MiMcMaH said: Unfortunately I don't have a corporate / business account to use that feature. You should have access to the custom css tab. You can add it there instead: Design > Custom CSS. #collection-6225f74254292938e894ed2e { .header-title-logo { display: none !important; } } 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