Jump to content

Coding effects disappeared!

Recommended Posts

  • Replies 12
  • Views 789
  • Created
  • Last Reply
Posted

Here is all my current code:

 

{
  filter: brightness(100%);
  transition: all .4s;
}

.sqs-block-image-link:hover img {
  filter: brightness(100%);
  transform: scale(1.1);
}


.sqs-block-image .design-layout-poster .image-card {
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
}

/* Dropdown color */
.header-nav-folder-content {
    background-color: rgba(0,0,0,0.5) !important;
  
}

 

Thanks

Posted
2 minutes ago, ninabrowndesign said:

Would this have anything to do with me switching from trial to personal plan? Just a thought. 

it working on all plan

Custom code FAQ – Squarespace Help

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Posted

Thanks so much Bangan, I've actually figured it out. The fist line of code was missing the part in red! I must have accidentally deleted it.  

.sqs-block-image-link:hover img {
  filter: brightness(100%);
  transition: all .4s;
}

.sqs-block-image-link:hover img {
  filter: brightness(100%);
  transform: scale(1.1);
}


.sqs-block-image .design-layout-poster .image-card {
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
}

/* Dropdown color */
.header-nav-folder-content {
    background-color: rgba(0,0,0,0.5) !important;
  
}

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.