Jump to content

Avenue: How to change logo on just one page?

Recommended Posts

  • Replies 12
  • Views 1k
  • Created
  • Last Reply

@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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.