Jump to content

Adding text overlay to carousel banner on SquareSpace 7.0

Recommended Posts

  • Replies 2
  • Views 944
  • Created
  • Last Reply

Top Posters In This Topic

Add to Design > Custom CSS

section#homepage-carousel>div article:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
    color: black !important;
    font-size: 100px !important;
}
section#homepage-carousel>div article:nth-child(4):before {
    content: "Slide 1" !important;
}
section#homepage-carousel>div article:nth-child(5):before {
    content: "Slide 2" !important;
}
section#homepage-carousel>div article:nth-child(6):before {
    content: "Slide 3" !important;
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.