tuanphan Posted September 13 Share Posted September 13 To increase Banner Slideshow arrow size, you can follow these. If CSS doesn't work, you can share link to page where you use Banner Slideshow, I will check it again. #1. Banner Slideshow On All pages Use CSS to Custom CSS box /* Banner Slideshow arrow size */ .user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button { width: 100px !important; height: 100px !important; } svg.user-items-list-banner-slideshow__arrow-icon { width: 50px !important; height: 50px !important; } #2. Banner Slideshow on Desktop Only Use this to Custom CSS box. @media screen and (min-width:768px) { .user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button { width: 100px !important; height: 100px !important; } svg.user-items-list-banner-slideshow__arrow-icon { width: 50px !important; height: 50px !important; } } #3. Banner Slideshow on Mobile Only Use this to Custom CSS box @media screen and (max-width:767px) { .user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button { width: 100px !important; height: 100px !important; } svg.user-items-list-banner-slideshow__arrow-icon { width: 50px !important; height: 50px !important; } } #4. Specific Banner Slideshow First, you need to find Slideshow ID. Next, use CSS code like this section[data-section-id="667a87bcafdd5271c4af6ced"] { .user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button { width: 100px !important; height: 100px !important; } svg.user-items-list-banner-slideshow__arrow-icon { width: 50px !important; height: 50px !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
Create an account or sign in to comment
You need to be a member in order to leave a comment