Jump to content

What is the class or ID for Footer 7.1?

Recommended Posts

Site URL: https://www.academicworkshop.co.uk/

Hi, I'm trying to add an overlapping footer logo to my website using the code below from Thirty Eight Visuals. I've tried every version of the footer Class/ID I can find, including what comes up when I inspect the element on Google Chrome, but nothing seems to work. Can anyone help me out? 

.Footer {
  position: relative;
}
.Footer::before {
  background-image: url(https://static1.squarespace.com/static/5edf5a1369f24134e07d398e/t/5f298890a9f16c514baa8dc4/1596557456456/BLACK+TRASPARENT+180X180-01+copy.png);
  background-size: contain;
  content: '';
  height: 100px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100px;
}
Link to comment
  • Replies 1
  • 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.