rhondahymason Posted September 19, 2022 Share 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 Link to comment
Beyondspace Posted September 19, 2022 Share 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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
rhondahymason Posted September 19, 2022 Author Share 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 Link to comment
Solution Beyondspace Posted September 20, 2022 Solution Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
rhondahymason Posted September 20, 2022 Author Share 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 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