Melonmade Posted November 16 Share Posted November 16 Hello, I have a lot of round images on the site, is there a way to add a coloured strokeborder to the images? I have tried using custom code but the borders are all square? Link to comment
tuanphan Posted November 18 Share Posted November 18 Can you share link to a page where you use an image? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Melonmade Posted November 20 Author Share Posted November 20 Yes: https://sapphire-orca-wk68.squarespace.com/config/pages Link to comment
tuanphan Posted November 22 Share Posted November 22 https://sapphire-orca-wk68.squarespace.com/?noredirect config is url in edit mode You can click arrow on top right or top left >> real url will appear on browser address bar Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Melonmade Posted November 23 Author Share Posted November 23 Oh sorry.. https://sapphire-orca-wk68.squarespace.com/home Hopefully this works? Link to comment
Melonmade Posted Friday at 10:47 AM Author Share Posted Friday at 10:47 AM Hi - did that URL work for you? Link to comment
melody495 Posted Friday at 05:04 PM Share Posted Friday at 05:04 PM Hi @Melonmade something like this? tuanphan 1 -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me 💻Soft launch https://www.melodylee.tech/ A software developer in an artist body that knows how marketing works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 Link to comment
Melonmade Posted Monday at 09:11 PM Author Share Posted Monday at 09:11 PM @melody495 yes exactly that! Link to comment
Melonmade Posted Monday at 09:13 PM Author Share Posted Monday at 09:13 PM How did you do that please?! Link to comment
melody495 Posted Monday at 09:42 PM Share Posted Monday at 09:42 PM (edited) 31 minutes ago, Melonmade said: @melody495 yes exactly that! Hi @Melonmade, try adding this to your Custom CSS and let me know how it goes .sqs-block-image div[data-shape-mask="circle"] img { border: red solid; // change first value to different colour border-radius: 100%; border-width: 5px; // change value for thinner/thicker border box-sizing: border-box; } This will target all your circle images. If you need to target specific images, then you need to add the specific ID for each image. Edited Monday at 09:43 PM by melody495 -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me 💻Soft launch https://www.melodylee.tech/ A software developer in an artist body that knows how marketing works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 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