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!
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:
.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;
}