Nolon Posted May 30, 2020 Share Posted May 30, 2020 Site URL: https://www.nolonstacey.com/hares/sitting-hare-ii-b Hi, I'm having an issue with my product carousel arrows not being visible. It's fine with a product with a dark background, like the Red Kite, but many of my images have white backgrounds so the white arrows vanish. This would have been an easy fix in 7.0, but I can't for the life of me find a way to change the colour of (or add a background to) the carousel arrows so they're visible no matter what the background. I've searched and searched, so any ideas would be greatly appreciated. Thanks in advance (and anticipation!!) Link to comment
paul2009 Posted May 30, 2020 Share Posted May 30, 2020 There's not a setting for this in 7.1, but you can change the colour of the carousel controls by adding some CSS to Design > Custom CSS. For example: .ProductItem .ProductItem-gallery-carousel-controls>div::after { border-color: #e1e1e1; } Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Nolon Posted May 30, 2020 Author Share Posted May 30, 2020 Thank you so much. That was exactly what I was looking for. I tried every variation I could think of - so simple when you see the answer!! Thanks again. Link to comment
joeystephensmusic Posted February 6, 2021 Share Posted February 6, 2021 @paul2009 1. Right now the code I have is only adding arrows to my mobile view. Is there a way to add arrows the the desktop view also? Current CSS: /* Product slide arrows control */ @media screen and (max-width:767px) { .ProductItem-gallery-carousel-controls { display: flex !important; } /* arrows background */ .ProductItem-gallery-carousel-controls * { background: white; } .ProductItem-gallery-carousel-controls>div { justify-content: center !important; } } 2. Also, I am interested in a similar arrow style like the described in the original post here. Can I have black arrows with a white or grey background? joeystephensmusic.com password: helpneeded Link to comment
tuanphan Posted February 7, 2021 Share Posted February 7, 2021 Try edit code to this .ProductItem-gallery-carousel-controls { display: flex !important; } /* arrows background */ .ProductItem-gallery-carousel-controls * { background: white; } .ProductItem-gallery-carousel-controls>div { justify-content: center !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.