Yoline Posted July 5, 2020 Share Posted July 5, 2020 Site URL: https://www.elgalgorestaurante.com/cart Hello, I have a problem with the header of my shopping cart page, I am not able to display the background color with any code, so that I can see my brand logo and navigation menu. I had the exact same problem with my product pages, but I solved the problem with this code in the header injection code section of the page: https://elgalgorestaurante.squarespace.com/es/para-llevar/croquetas-de-jamn-4-unidades <style> .Header {background-color: #007564! important;} </style> And then add the following code in the CSS personalization section of Squarespace to hide this background header color in the main page of products https://elgalgorestaurante.squarespace.com/es/para-llevar Header.Header--bottom.Header--overlay { background:none!important; } Now I Have tried to do the same with the shopping cart by injecting code the CSS section but nothing work. Can anyone help me with this please ? Thanks ! Link to comment
tuanphan Posted July 5, 2020 Share Posted July 5, 2020 Add to Home > design > Custom CSS body.cart header.Header.Header--bottom { background: red; } 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
Yoline Posted July 5, 2020 Author Share Posted July 5, 2020 1 hour ago, tuanphan said: Add to Home > design > Custom CSS body.cart header.Header.Header--bottom { background: red; } It works, Thank you so much ! Link to comment
MariaCP Posted July 25, 2020 Share Posted July 25, 2020 Hello! I have been looking for a CSS code that helps me out with hiding the footer and navigation in the Cart page but nothing seems to be working, here is the link: https://wm-site.squarespace.com/inicio the password is: JUNIO2020 Thank! Link to comment
tuanphan Posted July 25, 2020 Share Posted July 25, 2020 13 hours ago, MariaCP said: Hello! I have been looking for a CSS code that helps me out with hiding the footer and navigation in the Cart page but nothing seems to be working, here is the link: https://wm-site.squarespace.com/inicio the password is: JUNIO2020 Thank! Add to Home > design > Custom CSS body#cart { header#header { display: none !important; } footer.sections { 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
Create an account or sign in to comment
You need to be a member in order to leave a comment