Sunrise666 Posted August 27, 2021 Share Posted August 27, 2021 Site URL: https://lion-clover.squarespace.com Hi guys, I am using the slideshow of List section. I am trying to: 1. change the currently "-->" and "<--" arrows to ">" and "<" 2. Adjust the size of the button on which the arrows are, and the size of the arrows (make them smaller). https://lion-clover.squarespace.com password: 123qwe I appreciate your help, thanks so much! Link to comment
Sunrise666 Posted August 29, 2021 Author Share Posted August 29, 2021 Anyone could help me? thank you so much! Link to comment
tuanphan Posted August 31, 2021 Share Posted August 31, 2021 Add to Design > Custom CSS /* left arrow */ .desktop-arrows.arrow-container.arrow-container--left button:after { content: "\e009"; font-family: 'squarespace-ui-font'; font-size: 30px; color: black; transform: rotate( 90deg ) !important; display: block; } .desktop-arrows.arrow-container.arrow-container--left svg { display: none; } /* right arrow */ .desktop-arrows.arrow-container.arrow-container--right button:after { content: "\e009"; font-family: 'squarespace-ui-font'; font-size: 30px; color: black; transform: rotate( 270deg ) !important; display: block; } .desktop-arrows.arrow-container.arrow-container--right button svg { display: none; } 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
Sunrise666 Posted August 31, 2021 Author Share Posted August 31, 2021 @tuanphan Thanks so much! See below the screenshots, is it possible to make the arrows thinner ( as thin as the second screenshot)? I appreciate your help! Link to comment
tuanphan Posted September 1, 2021 Share Posted September 1, 2021 19 hours ago, Sunrise666 said: @tuanphan Thanks so much! See below the screenshots, is it possible to make the arrows thinner ( as thin as the second screenshot)? I appreciate your help! You mean e003 icon in below link? https://tuanphan.squarespace.com/ss-ui-fonts?noredirect Password: abc 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.