Jump to content

Added a cookie banner through squarespace but it is not showing up

Recommended Posts

  • Replies 5
  • Views 585
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

That is odd, nothing I can see wrong with your settings.

Do you have any custom code?

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment
  • 1 month later...

thanks for your reply - yes i have this custom CSS - does it affect somehow inserting cookies banner?

 

.animated-text {
  visibility: hidden;
}
.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;    

    animation-duration: 2.5s;    
    -webkit-animation-duration: 2.5s;

    animation-timing-function: ease-in-out;    
    -webkit-animation-timing-function: ease-in-out;        

    visibility: visible !important;    
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;        
    }
    60% {
        transform: scale(1.1);    
    }
    80% {
        transform: scale(0.9);
        opacity: 1;    
    }    
    100% {
        transform: scale(1);
        opacity: 1;    
    }        
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;        
    }
    60% {
        -webkit-transform: scale(1.1);
    }
    80% {
        -webkit-transform: scale(0.9);
        opacity: 1;    
    }    
    100% {
        -webkit-transform: scale(1);
        opacity: 1;    
    }        
}
@media(max-width:767px) {
  .wm-slider-container {
    --swiper-navigation-size: 20px;
  }
}
/* Change dropdown menu background */
.header-nav-folder-content {
   background: #233375 !important;
}

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.