Shopify themes, liquid, logos, and UX
Hi there,
I want to add a slideshow to my product page https://taneraskin.com/products/peeling-handschuh (Dawn theme) and currently it looks like this:
I want the following changes:
- remove grey lines (mobile & desktop)
- display images on the right instead of the left side (desktop)
- ADD TEXT to the white space next to the image slide (desktop) that is displayed above the image in mobile version
How is this possible?
Best regards,
Isabelle
Hello @isabellemaria ,
The solution you are looking for is possible .
I can actually do this for you . Plus I see that you are using dawn theme .
I have created awesome stores in dawn theme .
https://t180-professional.myshopify.com/
Check this out .
https://olivalcosmetics.com/
If you are looking something close , I can create the design for you.
Do you want the website to look like this?
You can follow the instructions below
Step 1: Go to Admin -> Online store -> Theme > Edit code
Step 2: Search for the file component-slideshow.css (or base.css)
Did you find the following CSS snippet?
@media screen and (min-width: 750px) {
slideshow-component {
flex-direction: row;
}
}
Please modify it to
@media screen and (min-width: 750px) {
slideshow-component {
flex-direction: row-reverse;
}
}
.slideshow-text {
display: flex;
align-items: center;
}
Step 3: Search for the file global.js add this code snippet to the end of the file
window.onload = () => {
let div = document.createElement("div");
div.className = 'slideshow-text';
div.textContent = 'Welcome to BSS Commerce';
document.querySelector("slideshow-component")?.appendChild(div);
}
If it helps you, please like and mark it as the solution
Best regards.
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024