Jump to content

Removing caption color overlay from gallery block

Recommended Posts

  • Replies 9
  • Views 2.1k
  • Created
  • Last Reply

You can remove the caption and overlay by adding this to Design > Custom CSS

.sqs-gallery-block-slideshow .slide.loaded .meta {
    display: none;
}

 

christyprice.com  🇺🇸 Austin, TX US 

 Get my 100+ item Client Process Checklist for $17.
📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts
🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz)
🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023

Link to comment
8 hours ago, christyprice said:

You can remove the caption and overlay by adding this to Design > Custom CSS


.sqs-gallery-block-slideshow .slide.loaded .meta {
    display: none;
}

 

Thank you! Is there a way to keep the text and remove only the fade? This solution removes everything, including the caption. 

Link to comment
  • 1 month later...
5 hours ago, BlackWidow said:

Hi Tuanphan

Thanks for your help:

https://cameronconvey.squarespace.com

password: CConvey2020!

Try adding to Home > Design > Custom CSS

.sqs-gallery-block-slideshow .meta {background-color: transparent !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

Hey Tuanphan
One other quick question slighty off topic: I'm trying to get the top navigation to break into two lines when I vertically view the website on a tablet. I'm using the following code:

@media only screen
  and (min-width: 641px)
  and (max-width: 1024px)
   {
.tweak-header-primary-nav-hover-style-fade .Header-nav .Header-nav-inner {

    margin: -.20em -.20em;
        margin-right: -22em;
        margin-left: -22em;
     }}

It does break it at first but reverts back to one line when I view another page. Can you let me know what I'm doing incorrect.

Cheers
Black Widow

Link to comment
On 4/2/2020 at 5:42 AM, BlackWidow said:

Hey Tuanphan
One other quick question slighty off topic: I'm trying to get the top navigation to break into two lines when I vertically view the website on a tablet. I'm using the following code:


@media only screen
  and (min-width: 641px)
  and (max-width: 1024px)
   {
.tweak-header-primary-nav-hover-style-fade .Header-nav .Header-nav-inner {

    margin: -.20em -.20em;
        margin-right: -22em;
        margin-left: -22em;
     }}

It does break it at first but reverts back to one line when I view another page. Can you let me know what I'm doing incorrect.

Cheers
Black Widow

@media screen and (min-width:641px) and (max-width:900px) {
[data-nc-container="bottom-center"] {
    flex: 100% !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

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.