Jump to content

Overlapping Logo in Brine (Sonora) Footer

Recommended Posts

Site URL: https://www.tierratraveler.com/home

I am a novice attempting custom css... I followed Thirty Eight Visuals tutorial on 'adding an overlapping logo to your footer in Brine' and my logo is not showing up on the page. Curious if anyone can provide some guidance. Many thanks! The code provided is as follows:

.Footer {
  position: relative;
}
.Footer::before {
  background-image: url(https://static1.squarespace.com/static/5ced253de3cf090001e8017e/t/5d77a536f455f4647c54b991/1568122166263/Logo.png);
  background-size: contain;
  content: '';
  height: 100px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100px;
}

background-image.png

Link to comment
  • Replies 1
  • Views 610
  • Created
  • Last Reply

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.