Jump to content

Change X to Close, or Make Darker

Recommended Posts

  • 4 months later...
  • Replies 4
  • Views 634
  • Created
  • Last Reply

Top Posters In This Topic

Here's how to make it larger:

.gallery-lightbox-close-btn-icon {
  transform: scale(2, 2);
}

You can also do something like this:

.gallery-lightbox-close-btn-icon {
  transform: scale(2, 2);
  transition: 1s;
}

.gallery-lightbox-close-btn-icon:hover {
  transform: rotate(270deg) scale(4, 4);
}

 

Link to comment
  • 1 year later...

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.