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;} Â 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. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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 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; }  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
paul2009 Posted July 20, 2020 Share Posted July 20, 2020 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; }  Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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
Archived
This topic is now archived and is closed to further replies.