Jump to content

[Share] How to increase Banner Slideshow arrow size

Recommended Posts

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;
}

image.png.8d2a3bf6bf6c7b310edf4715e17d36e7.png

#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;
  }
}

image.png.af94c17b7e5ee6ded9d3a33d876e3230.png

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
  • Replies 0
  • Views 298
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.