Cyperpunk-girl-333 Posted November 8, 2022 Share Posted November 8, 2022 I added this codpen as CSS and a code block but the flashing element doesn't work nor does the neon glow? anyone able to help. Link to comment
Beyondspace Posted November 8, 2022 Share Posted November 8, 2022 3 hours ago, Cyperpunk-girl-333 said: I added this codpen as CSS and a code block but the flashing element doesn't work nor does the neon glow? anyone able to help. Can you share your URL and the codepen you want to apply so I can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Cyperpunk-girl-333 Posted November 8, 2022 Author Share Posted November 8, 2022 This is the codepen https://codepen.io/pooyabehravesh/pen/dyNXNP Link to comment
Beyondspace Posted November 8, 2022 Share Posted November 8, 2022 (edited) 1 hour ago, Cyperpunk-girl-333 said: This is the codepen https://codepen.io/pooyabehravesh/pen/dyNXNP Which text on your site do you need to set this effect? Can you share the URL to your page? Edited November 8, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Cyperpunk-girl-333 Posted November 8, 2022 Author Share Posted November 8, 2022 (edited) <H1> code block for this code block only https://www.spacept.com.au/about 10 years experience in cyberspace <h1> Edited November 8, 2022 by Cyperpunk-girl-333 Link to comment
Beyondspace Posted November 8, 2022 Share Posted November 8, 2022 2 hours ago, Cyperpunk-girl-333 said: <H1> code block for this code block only https://www.spacept.com.au/about 10 years experience in cyberspace <h1> You can try adding to Home > Design > Custom Css #block-yui_3_17_2_1_1667866308188_83746 h1{ -webkit-animation: neon6 1.5s ease-in-out infinite alternate; -moz-animation: neon6 1.5s ease-in-out infinite alternate; animation: neon6 1.5s ease-in-out infinite alternate; } @-webkit-keyframes neon6 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de; } } @-moz-keyframes neon6 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de; } } @keyframes neon6 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted November 8, 2022 Share Posted November 8, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Cyperpunk-girl-333 Posted November 8, 2022 Author Share Posted November 8, 2022 Yes that worked for me originally but it didn't activate the flashing glow like on the code pen did it flash in your testing of just change the font to neon Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment