Rileygld Posted September 15, 2020 Share Posted September 15, 2020 Site URL: https://ar-go.live/team Hello, I am using the code: img { border-radius: 50%;} on a particular page so that all my images are round. The problem is that it also makes my logo in the Nav bar and my banner background image rounded. Is there a way to mod my code to exclude those elements? I have tried using the :not() function, but don't really get it: :not(.page-selection){ #collection-5f3b10cc86c1c22c839ef543{ img { border-radius: 50%; } } } Thank you Link to comment
IXStudio Posted September 15, 2020 Share Posted September 15, 2020 Hi Use this code in Design -> Custom CSS #collection-5f3b10cc86c1c22c839ef543 section:nth-child(n+2) img { border-radius: 50%; } Please use the like button if it helps you! Best, Leopold Rileygld 1 Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
Rileygld Posted September 16, 2020 Author Share Posted September 16, 2020 Thank you so much you sweet sweet person! IXStudio 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