Hi all,
I've been using the plugin Find Squarespace IDs for a while now to apply custom CSS. I just realized that If i try to add more it not longer works on any page. However, the custom CSS that has been in place for years remains intact. Not sure what's going on.
For example, one of the effects I use is an image inside of text, the code I've been using is:
//main page
#block-yui_3_17_2_1_1687371150352_10024 h1 {
background-image: url(https://images.unsplash.com/photo-1674421268449-d68facc81eca?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=3540&q=80);
background-size: cover;
color: transparent;
-moz-background-clip: text;
-webkit-background-clip: text;
margin: 10px 0;
}
//main page end
This code above still works, but If i try to use that same code with a new #block-yui in it's place it won't do anything. I'm just wondering what may be going on?