truero2 Posted May 10, 2021 Share Posted May 10, 2021 Site URL: https://eatwanderexplore.com/europe I am trying to round out all 4 corners of my summary grids, but only the top 2 corners of my carousels. The images themselves are rectangular and vertical, not square. This code has worked somewhat, but it changes ALL of the corners for all types of summaries. .sqs-block-summary-v2 .summary-thumbnail { border-radius: 15px 15px 0px 0px !important; moz-border-radius: 15px 15px 0px 0px !important;} see images. page url: https://eatwanderexplore.com/europe Beyondspace and efranken 1 1 Link to comment
Solution Beyondspace Posted May 10, 2021 Solution Share Posted May 10, 2021 35 minutes ago, truero2 said: Site URL: https://eatwanderexplore.com/europe I am trying to round out all 4 corners of my summary grids, but only the top 2 corners of my carousels. The images themselves are rectangular and vertical, not square. This code has worked somewhat, but it changes ALL of the corners for all types of summaries. .sqs-block-summary-v2 .summary-thumbnail { border-radius: 15px 15px 0px 0px !important; moz-border-radius: 15px 15px 0px 0px !important;} see images. page url: https://eatwanderexplore.com/europe Get the block unique id and add this custom css, btw the geochart is well implemented and looks great! https://chrome.google.com/webstore/detail/igjamfnifnkmecjidfbdipieoaeghcff #block-yui_3_17_2_1_1620543945167_14061.sqs-block-summary-v2 .summary-thumbnail { border-radius: 15px !important; } tuanphan and truero2 1 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
truero2 Posted May 10, 2021 Author Share Posted May 10, 2021 Excellent! Thank you very much. Just wondering, do I have to call out the specific blocks because the other bit of code is site-wide? P.S. We like the geochart too - but they do require quite a bit of work to set up! Beyondspace 1 Link to comment
Beyondspace Posted May 10, 2021 Share Posted May 10, 2021 39 minutes ago, truero2 said: Excellent! Thank you very much. Just wondering, do I have to call out the specific blocks because the other bit of code is site-wide? P.S. We like the geochart too - but they do require quite a bit of work to set up! I saw you place so much region code to achieve that, but it worthy right. Yes your old code is site wide and the additional.one will apply to one block only truero2 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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