Jump to content

CSS for only Summary WALL block and not summary CAROUSEL block?

Recommended Posts

  • Replies 5
  • Views 463
  • Created
  • Last Reply

I think I fixed the problem by using this code below except now my text color is black and not white for some reason?

Quote

<style>
   .sqs-gallery-design-autocolumns-slide:hover {
   background:#FFF; 
   border: 1px solid #006c64;
   color:#23bcb9; 
   box-shadow: 1px 2px #006C64;
  }
 .sqs-gallery-design-autocolumns-slide {
   background: #23BCB9; 
   color:#FFF!important; 
   padding: 10px;
   font-size:1.5rem;
   box-shadow: 1px 2px #006C64;
  }
</style>

 

Link to comment
On 2/15/2021 at 6:03 AM, tuanphan said:

Hi. Which  text? Can you take a screenshot?

Hi Tuan,

I am referring to text in the screenshot below. Under Video Library, the words "Cardio", "Strength", etc. is supposed to be white text before you hover and #23BCB9 when you hover on top. I am using this CSS below. Thanks for your help.

Quote

<style>
   .sqs-gallery-design-autocolumns-slide:hover {
   background:#FFF; 
   border: 1px solid #006c64;
   color:#23bcb9; 
   box-shadow: 1px 2px #006C64;
  }
 .sqs-gallery-design-autocolumns-slide {
   background: #23BCB9; 
   color:#FFF; 
   padding: 10px;
   font-size:1.5rem;
   box-shadow: 1px 2px #006C64;
  }
</style>

 

185626806_ScreenShot2021-02-16at1_27_54PM.png.c2cac915c59a092adba3aef852bb8223.png

Link to comment

Replace your CSS with the following.

<style>

  .sqs-gallery-design-autocolumns-slide a {
  
    color : #FFF;
    
    }
    
  .sqs-gallery-design-autocolumns-slide:hover a {
  
    color : #23bcb9;
    
    }
    
  </style>

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

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.