elvedee Posted April 29, 2022 Share Posted April 29, 2022 Hi, I'm trying to thicken the arrows in a gallery, sideshow: reel. No code I've tried has worked. I mannaged it in the banner using this code: .user-items-list-banner-slideshow__arrow-icon-path {stroke-width: 4px!important} But it doesn't work, even if I switch out a lot of the words to include .gallery-reel etc Please help! Link to comment
tuanphan Posted May 1, 2022 Share Posted May 1, 2022 Can you share link to page where you use gallery? We can check easier 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
elvedee Posted May 27, 2022 Author Share Posted May 27, 2022 Yes. Sorry for delay in response!https://www.urbanlyrebirds.com/singwithmestories Link to comment
tuanphan Posted May 27, 2022 Share Posted May 27, 2022 9 hours ago, elvedee said: Yes. Sorry for delay in response!https://www.urbanlyrebirds.com/singwithmestories Add to Design > Custom CSS .gallery-reel-control-btn-icon path:first-child { stroke-width: 1px !important; } .gallery-reel-control-btn-icon path:last-child { stroke-width: 1px !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
elvedee Posted May 28, 2022 Author Share Posted May 28, 2022 Thank you! They're thicker now. Is it possible to make them as large as these ones though ? (arrows in slider) https://www.urbanlyrebirds.com/ Link to comment
tuanphan Posted May 29, 2022 Share Posted May 29, 2022 On 5/28/2022 at 9:32 AM, elvedee said: Thank you! They're thicker now. Is it possible to make them as large as these ones though ? (arrows in slider) https://www.urbanlyrebirds.com/ Try this .gallery-reel-control-btn-icon { width: 50px; height: 50px; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment