SeeThroughPie Posted April 18, 2021 Share Posted April 18, 2021 (edited) Site URL: https://www.guesthouselit.com Hi everyone! First-time poster here. Long-time Squarespace user. I'm interested in knowing how to change the logo on the top of the left sidebar on my blog pages only. The site is www.guesthouselit.com. I want the blog logo to be an inversion of the regular site logo, attached here. Can anyone recommend a solution? I assume I use the "Page header code injection" and "Post blog item code injection" features, but I can't determine what to paste in there. (I'm a newbie to CSS and HTML, so simplicity is appreciated.) Many, many thanks, Jane Edited April 18, 2021 by SeeThroughPie Beyondspace 1 Link to comment
Beyondspace Posted April 18, 2021 Share Posted April 18, 2021 50 minutes ago, SeeThroughPie said: Site URL: https://www.guesthouselit.com Hi everyone! First-time poster here. Long-time Squarespace user. I'm interested in knowing how to change the logo on the top of the left sidebar on my blog pages only. The site is www.guesthouselit.com. I want the blog logo to be an inversion of the regular site logo, attached here. Can anyone recommend a solution? I assume I use the "Page header code injection" and "Post blog item code injection" features, but I can't determine what to paste in there. (I'm a newbie to CSS and HTML, so simplicity is appreciated.) Many, many thanks, Jane add this to Design->Custom CSS .collection-type-blog #logo .logo.image img { opacity: 0; } .collection-type-blog #logo .logo.image a:after { position: relative; display: block; } .collection-type-blog #logo .logo.image a:after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-image: url(//content.invisioncic.com/p289038/monthly_2021_04/g-2.png.41a297bee162bdaf902b83195440dbde.png); background-size: contain; background-repeat: no-repeat; } SeeThroughPie and tuanphan 1 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted April 18, 2021 Share Posted April 18, 2021 SeeThroughPie 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
SeeThroughPie Posted April 18, 2021 Author Share Posted April 18, 2021 7 minutes ago, bangank36 said: Thank you so much! Worked perfectly. I'm grateful. ~ Jane Beyondspace 1 Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 @SeeThroughPie I see on tablet, the title not center. 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