Slideshow Button Size increase

Hi, i want to increase the size of the slideshow-Buttons only for the Desktop version. Can somebody help me, please? Refresh is the used theme.

URL: tanerkarul.de

PW: chaimp

Thanks!

Hey @Mobra47

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find base.css and add this at the bottom
.slider-counter__link--dots span.dot {
	width: 20px;
	height: 20px;
}

Change the value to one that suits you. The original height and width is 10.5px.

Hi,

sorry for the misunderstanding but i want to change the button with the link on the image, not the dots under the images. sorry

Hey @Mobra47 ,

No worries mate. It’s a funny mistake on my end. Here’s the corrected code:)

.slideshow__controls .slider-button svg.icon {
	height: 16px;
}