swvarian Posted June 8, 2020 Share Posted June 8, 2020 (edited) Site URL: https://pepper-vuvuzela-8ctk.squarespace.com/config/pages Hi. I added a line block to the footer of the site I am working on and want it to appear on every page, except the home page. I tried this css in both design < css and in the advanced < page header but it did not work. When I put it in design < css it removes the line on every page (not just the homepage) or when I put it in the page header it doesn't do anything. I'm sure I have the wrong code. 🙂 Any help would be greatly appreciated! Thanks so much! p.s. the template is 7.1 (Barbosa) #block-yui_3_17_2_1_1591651464208_8277 {  display: none !important;      }  Edited June 8, 2020 by swvarian Link to comment
tuanphan Posted June 9, 2020 Share Posted June 9, 2020 .homepage #block-yui_3_17_2_1_1591651464208_8277 { display: none !important; }  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
swvarian Posted June 9, 2020 Author Share Posted June 9, 2020 Tuan thank you for your response. However .homepage is not working. I also tried using my homepage slug /home like below. But it also did not work. Any other suggestions? Thanks again!! .home #block-yui_3_17_2_1_1591651464208_8277 { 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