WhiteRook Posted February 27, 2022 Share Posted February 27, 2022 Site URL: https://asparagus-wombat-gfw2.squarespace.com/book I have one page on my site that has an embedded page from square for booking. I cannot alter that page and it displays the logo. How can I remove or hide the logo for an individual page while keeping the rest of the header intact. Temp password DemoSite Link to comment
Jia Posted February 27, 2022 Share Posted February 27, 2022 1 hour ago, WhiteRook said: Site URL: https://asparagus-wombat-gfw2.squarespace.com/book I have one page on my site that has an embedded page from square for booking. I cannot alter that page and it displays the logo. How can I remove or hide the logo for an individual page while keeping the rest of the header intact. Temp password DemoSite Hi, just add this code to custom css #collection-621b992f464b055ea80068f4 { .header-title-logo img { display:none; } } WhiteRook 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
WhiteRook Posted February 28, 2022 Author Share Posted February 28, 2022 7 hours ago, Jia said: Hi, just add this code to custom css #collection-621b992f464b055ea80068f4 { .header-title-logo img { display:none; } } Thanks for the attempt @Jia when added to the page appeared as text within the header. Does "collection-621b992f464b055ea80068f4" refer to the page? I saw another example that also did not work that used a different descriptor ".book" in my case. Appreciate the help nonetheless! Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 On 2/28/2022 at 8:47 AM, WhiteRook said: Thanks for the attempt @Jia when added to the page appeared as text within the header. Does "collection-621b992f464b055ea80068f4" refer to the page? I saw another example that also did not work that used a different descriptor ".book" in my case. Appreciate the help nonetheless! It is Page Id. You can also edit page where you want to hide logo >> Add a Code Block (anywhere) > Paste this code <style> header#header img { display:none; } </style> 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment