giorgiabbb Posted July 11, 2019 Share Posted July 11, 2019 Hi All, I am looking to change the logo on just one page of my website: http://www.giorgiabrugnoli.com/about-the-fox How do I achieve that? thanks! Link to comment
tuanphan Posted July 11, 2019 Share Posted July 11, 2019 @giorgiabbb I'm not familiar with Squarespace. So i will use CSS to change Logo /* Hide Logo */ body#collection-556b28f6e4b03db7843679b5 .logo img { visibility: hidden; } /* Insert New Logo */ body#collection-556b28f6e4b03db7843679b5 h1.logo { content: ""; background-image: url(https://images.squarespace-cdn.com/content/5557fb0…/1559159623646-8JR8VB27HDOJ2AMQX8G0/gb_logo.png); display: block; width: 400px; height: 50px; background-repeat: no-repeat; background-position: center center; background-size: contain; } 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
giorgiabbb Posted July 11, 2019 Author Share Posted July 11, 2019 Thank you !!! only had to replace the url with the new image link :) @tuanphan Link to comment
giorgiabbb Posted July 11, 2019 Author Share Posted July 11, 2019 Thank you !!! only had to replace the url with the new image link :) @tuanphan Link to comment
tuanphan Posted July 11, 2019 Share Posted July 11, 2019 @giorgiabbb You're welcome.Irrelevant. But I like the images on your site. They look very impressive, and there is something that I notice (I don't know how to describe it). >:) 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
giorgiabbb Posted July 11, 2019 Author Share Posted July 11, 2019 ahah thank you !!! @tuanphan Link to comment
giorgiabbb Posted July 11, 2019 Author Share Posted July 11, 2019 ahah thank you !!! @tuanphan Link to comment
giorgiabbb Posted July 11, 2019 Author Share Posted July 11, 2019 Well since we're here, I'd like to ask another question :) @tuanphan It seems like my About page shifts slightly to the right when I open it, compared to the other galleries.. is there a way to fix this ? please let me know if it's clear :) and thank you so much !!! Link to comment
giorgiabbb Posted July 11, 2019 Author Share Posted July 11, 2019 Well since we're here, I'd like to ask another question :) @tuanphan It seems like my About page shifts slightly to the right when I open it, compared to the other galleries.. is there a way to fix this ? please let me know if it's clear :) and thank you so much !!! Link to comment
tuanphan Posted July 11, 2019 Share Posted July 11, 2019 @giorgiabbb If you can describe with screenshots, it will be better, I don't see the difference ... 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
giorgiabbb Posted July 12, 2019 Author Share Posted July 12, 2019 Of course! please find attached the screenshot. As you can see, the pages are not aligned for some reason.. I wonder why that is.. @tuanphan Link to comment
tuanphan Posted July 12, 2019 Share Posted July 12, 2019 @giorgiabbb normal here...Which device, screen resolution, browser do you use? 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
giorgiabbb Posted July 12, 2019 Author Share Posted July 12, 2019 @tuanphan oh wow! so crazy. So it actually looks good on my mac laptop - but since I have it connected to a desktop (not mac) maybe that is the reason why it looks shifted? anyway, all good. Thank you so so much for your help!!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.