mat83400 Posted February 15, 2020 Share Posted February 15, 2020 I'm trying to remove the site logo from my homepage with custom CSS with the BRINE template. Tried this: body.homepage #logo { display: none } It's not working. Can anyone help please? 🙂 thanks! Link to comment
mat83400 Posted February 15, 2020 Author Share Posted February 15, 2020 Also tried this but it removes the logo from every page: .Header-branding img {display: none !important;} Hannahmay 1 Link to comment
paul2009 Posted February 15, 2020 Share Posted February 15, 2020 The selector is usually .Header-branding not #logo but for a definitive answer, please provide a working link to the site. Hannahmay 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Buy me a coffee Link to comment
Hannahmay Posted July 20, 2020 Share Posted July 20, 2020 @paul2009 I am also trying to remove the logo from the hompage only in SS7.1 https://reverblondon.squarespace.com/ Password reverb Any advice? Link to comment
tuanphan Posted July 20, 2020 Share Posted July 20, 2020 (edited) 52 minutes ago, Hannahmay said: @paul2009 I am also trying to remove the logo from the hompage only in SS7.1 https://reverblondon.squarespace.com/ Password reverb Any advice? Add to Home > Design > Custom CSS .homepage .header-title-logo { visibility: hidden; } Edited July 20, 2020 by tuanphan wrong class 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
paul2009 Posted July 20, 2020 Share Posted July 20, 2020 (edited) 54 minutes ago, Hannahmay said: I am also trying to remove the logo from the homepage only in SS7.1 To completely remove the site logo on the 7.1 homepage, it's best to add the following to Design > Custom CSS: .homepage .header-title-logo { display: none!important; } Tuan's post (see below) would hide the image, but the link would remain. This means that the mouse pointer would change when hovering over the space where the logo used to be. 31 minutes ago, tuanphan said: Add to Home > Design > Custom CSS .homepage .header-title-logo img { visibility: hidden; } Edited July 20, 2020 by paul2009 Jurienh, belindalong and tuanphan 2 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Buy me a coffee Link to comment
JustinSeimits Posted January 21, 2021 Share Posted January 21, 2021 @mat83400 @Hannahmay I have tried both of the above and the best way that I have found is to add this bit of code to the page that you don't want the logo visible on. Go to the page hit edit Hit the cog in the top right hand corner Go to advanced settings Add this to page header code <style> .header-title-logo { display: none; } </style> 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