Hello fellas.
I need help in 2 questions:
this is my website - https://hntwarehouse.com/ (pass: monitest)
- The Slideshow images are dummy ones, they are used for now just to get prespetive.
in the customize theme settings, at “Slideshow” option the “Slide height” is set to “small”. how do i re-size the image from the buttom? i want it to be a bit smaller only from the buttom.
2.How i can add sections in collection pages? in the Customize theme there is no such option (for exmaple to add rich text or somthing else)
thank you guys!
- Try by redefining in CSS slideshow height:
.shopify-section--slideshow {
height: 550px; /* now it's 600px, on desktop */
}
Slider content (title and buttons) position is defined by bottom: 120px (for screen sizes greater than 750px width) so I’m guessing you want to reduce distance between that and slider bottom… For example:
.hero-content {
bottom: 70px;
}
- You need to edit collections.liquid template of your theme. You can add content directly but it’s best practice to create new section file with use of schema in order you can enter content from Customize and add that section to collections template file. https://prnt.sc/wablov