All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi There,
Need to get the pagination inside the slide.
and add an announcement bar below. This theme does not have an option to add an announcement bar in the template section.
Website- Sutreet.in
Solved! Go to the solution
This is an accepted solution.
Please update previous code
html #shopify-section-template--16561525194838__slideshow_kezVWj .slider-buttons {
display: flex;
bottom: 0;
border: unset;
position: absolute;
left: 50%;
transform: translate(-50%, 0px);
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Need pagination inside slides.
Please help with the same.
Hi @SutReet
Please add this code to theme.liquid file after <head> in Online Store > Themes > Edit code
<style>
html #shopify-section-template--16561525194838__slideshow_kezVWj .slider-buttons {
display: flex;
top: -46px;
border: unset
}
html #shopify-section-template--16561525194838__slideshow_kezVWj .slideshow__autoplay.slider-button {
border-left: unset;
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi Dan,
It's not coming in the phone view.
This is an accepted solution.
Please update previous code
html #shopify-section-template--16561525194838__slideshow_kezVWj .slider-buttons {
display: flex;
bottom: 0;
border: unset;
position: absolute;
left: 50%;
transform: translate(-50%, 0px);
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Very welcome! Could you mark it as solved and like?
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.