MarineArtie Posted June 17, 2020 Share Posted June 17, 2020 Site URL: http://www.artie.com Hey all! Could someone help me with removing the logo on our homepage? I tried to inject every bit of code I could find on other forums for that page but nothing worked. Thanks a lot! Link to comment
RyanDejaegher Posted June 17, 2020 Share Posted June 17, 2020 @MarineArtie You can add this to the Code to your homepage Page Settings -> Advanced -> Code Injection <style> #logo { display: none !important; } </style> Also noticed on the careers page that your text is blending in with your black background Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
wsmedia Posted June 30, 2020 Share Posted June 30, 2020 I am using basil/brine and I can't get this to hide the logo on my one page: https://www.calumetbourbon.com/under-construction I also want to hid the nav buttons & entire header on that page if I can. I used this code: <style> #logo { display: none !important; } </style> on that page's Page Settings/Advanced/Page Header Code Injection and it didn't work for me. Then I used the following code on the Settings/Advanced/Code Injection/...in the first/Header section: <style> #collection-5efb937a4db8d524d91c49ab #logo { display: none !important; } </style> And still nothing. Any help is greatly appreciated. Link to comment
tuanphan Posted July 1, 2020 Share Posted July 1, 2020 Add to Home > Design > Custom CSS .homepage { a.Header-branding { display: none; } } 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
Archived
This topic is now archived and is closed to further replies.