LJHPNW Posted December 2, 2022 Share Posted December 2, 2022 Hi, could someone advise on how to adjust the borders around the images in my testimonials carousel? https://cone-marigold-rnzp.squarespace.com/ I applied a border similar to how I applied a thin border around other images on the page using custom CSS but for some reason it looks like the border isn't centered along the edge of the photos. The CSS I used is: .user-items-list-carousel .list-item { border: 1px solid #223a5e; border-radius: 20px !important; } Additionally, is it possible to change the font being used in the carousel quotes? I would like to use a paragraph font instead of headline font. Thank you! Link to comment
Solution Wolfsilon Posted December 2, 2022 Solution Share Posted December 2, 2022 Hi, You could try adding this snippet into your custom CSS. Hope this helps! Best, Dan .user-items-list-carousel__media-inner img { box-sizing: border-box; } Link to comment
LJHPNW Posted December 3, 2022 Author Share Posted December 3, 2022 Thank you SO Much, @Wolfsilon! That worked perfectly. Do you happen to know how I could remove the little bit of spacing below each of the cloud graphics? I can't figure out how to make the white clouds go seamlessly into a white section. Thank you again! Wolfsilon 1 Link to comment
tuanphan Posted December 4, 2022 Share Posted December 4, 2022 On 12/3/2022 at 9:27 AM, LJHPNW said: Thank you SO Much, That worked perfectly. Do you happen to know how I could remove the little bit of spacing below each of the cloud graphics? I can't figure out how to make the white clouds go seamlessly into a white section. Thank you again! Remove these space? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LJHPNW Posted December 5, 2022 Author Share Posted December 5, 2022 @tuanphan the spaces I'm trying to remove are below the cloud dividers. You can see the small spaces in the screenshots I've attached. Thanks for your help! Link to comment
tuanphan Posted December 10, 2022 Share Posted December 10, 2022 On 12/6/2022 at 4:10 AM, LJHPNW said: @tuanphan the spaces I'm trying to remove are below the cloud dividers. You can see the small spaces in the screenshots I've attached. Thanks for your help! Did you solve it? I see no cloud now Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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