https://softbeginningsboutique.com/
This is my store the password is Landon
Wondering how do I make the length/Height of this slideshow smaller would like to make it 20% less height would appreciate some help :)!
A store owner wanted to reduce the height of their homepage slideshow by approximately 20%.
Solution Provided:
.homepage-slideshow .swiper-slide with a fixed height of 700pxImplementation Methods:
base.css directly in the theme code editor under Assets folderOutcome:
https://softbeginningsboutique.com/
This is my store the password is Landon
Wondering how do I make the length/Height of this slideshow smaller would like to make it 20% less height would appreciate some help :)!
@JGBowie
try this css
.homepage-slideshow .swiper-slide {
height: 700px;
}
.homepage-slideshow .swiper-slide img, .homepage-slideshow .swiper-slide picture{
eight: 700px;
}
How to Add This to Shopify YourYour Theme:
Alternative (Edit Theme CSS Directly):
Perfect worked !