rhondahymason Posted September 19, 2022 Posted September 19, 2022 Hello, I am hoping a coding expert can help me out with three things: 1) I would like to make the outline of the top half of the comment box black like the bottom of the box. 2) I would like to make the comment box have sharp corners instead of the slightly rounded corners if possible. 3) I would like to change the horizontal separators between the comments to black instead of grey. If anyone can help with any of these three requests, I would be very grateful. Thanks, Rhonda Beyondspace 1
Beyondspace Posted September 19, 2022 Posted September 19, 2022 13 minutes ago, rhondahymason said: Hello, I am hoping a coding expert can help me out with three things: 1) I would like to make the outline of the top half of the comment box black like the bottom of the box. 2) I would like to make the comment box have sharp corners instead of the slightly rounded corners if possible. 3) I would like to change the horizontal separators between the comments to black instead of grey. If anyone can help with any of these three requests, I would be very grateful. Thanks, Rhonda Can you share your site with the site-wide password so I can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
rhondahymason Posted September 19, 2022 Author Posted September 19, 2022 1 hour ago, bangank36 said: Can you share your site with the site-wide password so I can take a look? Hi, Are you happy to give me your email address so I can send you an invite instead? Thanks, Rhonda
Solution Beyondspace Posted September 20, 2022 Solution Posted September 20, 2022 To remove the corner for new comment, kindly try the following code on custom css .squarespace-comments .new-comment-area { border-radius: 0; } .squarespace-comments .new-comment-area .input { border-radius: 0; } .squarespace-comments .comment-btn-wrapper { border-radius: 0; } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
rhondahymason Posted September 20, 2022 Author Posted September 20, 2022 30 minutes ago, bangank36 said: To remove the corner for new comment, kindly try the following code on custom css .squarespace-comments .new-comment-area { border-radius: 0; } .squarespace-comments .new-comment-area .input { border-radius: 0; } .squarespace-comments .comment-btn-wrapper { border-radius: 0; } Let me know how it works on your site The middle one worked! Thanks so much, Ba! Really appreciate your help. Beyondspace 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment