Jump to content

replacing site title with logo

Recommended Posts

hi all - i created a logo through squarespace and tried replacing my site title. when i do so nothing happens and only the site title is errased but not replaced. i'm told it's because of custom code but even when i temporarily remove the code, it still doesn't show. any help and insight would be much appreciated.

Link to comment
  • Replies 6
  • Views 505
  • Created
  • Last Reply

@dmodesto13 Add to Home > Design > Custom CSS


#site-title a {
   visibility: hidden;
}
#site-title a:before {
   visibility: visible;
   content: "";
   background-image: url(https://image.flaticon.com/icons/svg/1279/1279537.svg);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center center;
   height: 100px;
   display: block;
   text-align: center;
   margin-bottom: -100px;
}


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

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.