mat83400 1 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 post
1 paul2009 29,758 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 tuanphan and Jurienh 2 Hi, I'm Paul, founder of SF Digital, a specialist company helping Squarespace users by building the features that Squarespace didn't include™. Explore our range of Squarespace Extensions, including the Wishlist, and Datepicker Extension or book a Squarespace Expert for 1:1 help. Note that links in my posts may be affiliate links. Link to post
0 mat83400 1 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 post
0 paul2009 29,758 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 Hi, I'm Paul, founder of SF Digital, a specialist company helping Squarespace users by building the features that Squarespace didn't include™. Explore our range of Squarespace Extensions, including the Wishlist, and Datepicker Extension or book a Squarespace Expert for 1:1 help. Note that links in my posts may be affiliate links. Link to post
0 Hannahmay 0 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 post
0 tuanphan 8,997 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 You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 JustinSeimits 9 Share Posted Thursday at 02:33 AM @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 post
Question
mat83400 1
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 post
Top Posters For This Question
2
2
1
1
Popular Days
Feb 15
3
Jul 20
3
Jan 21
1
Top Posters For This Question
mat83400 2 posts
paul2009 2 posts
Hannahmay 1 post
tuanphan 1 post
Popular Days
Feb 15 2020
3 posts
Jul 20 2020
3 posts
Jan 21 2021
1 post
Popular Posts
paul2009
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 be
mat83400
Also tried this but it removes the logo from every page: .Header-branding img {display: none !important;}
paul2009
The selector is usually .Header-branding not #logo but for a definitive answer, please provide a working link to the site.
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment