Muouor Posted May 16, 2022 Share Posted May 16, 2022 Site URL: https://bit.ly/3yCuhgp Hi. I'm trying to make a few CSS edits but it seems that is no working. For example I'm trying to round the corners of the videos targeting the video block whit this code: #block-yui_3_17_2_1_1652714663019_4755 { border-radius : 25px!important; } I also tried for doing it all at the same time: .sqs-block-video img { border-radius: 18px !important; } But just work in the first video from the left and is not really round. It has in one end a nice curb and in the other a hard edge. I have that code right now. Regards Link to comment
Solution christyprice Posted May 16, 2022 Solution Share Posted May 16, 2022 Try targeting the overlay class: .sqs-video-overlay { border-radius: 18px !important; } Muouor 1 christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
Muouor Posted May 17, 2022 Author Share Posted May 17, 2022 Thank you very much! This fixes both problems! 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