xinths Posted April 23 Share Posted April 23 https://codepen.io/jh3y/pen/oNqdmbW Im trying to implement this button i found in code pen onto my website but Im getting an error message even after changing the hsl function which I don't think Squarespace can recognize Link to comment
Ziggy Posted April 24 Share Posted April 24 How are you trying to implement it? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
xinths Posted April 24 Author Share Posted April 24 Im putting the css portion into the custom css and im inserting the html via code block Link to comment
Ziggy Posted April 24 Share Posted April 24 The code is stand alone in codepen, so probably needs customizing so it doesn't reuse standard selectors. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
tuanphan Posted April 27 Share Posted April 27 You will need to adjust some code in CSS box for example this code font-size: calc(var(--font-size) * 1.5); need to add symbols, like this font-size: calc(~"var(--font-size) * 1.5"); or width: calc(var(--font-size) * 0.5); to width: calc(~"var(--font-size) * 0.5"); (do similar for all code with calc text) BeautifulMindCollective and bay879 1 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment