Bring Pagination inside slider Design

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

Need pagination inside slides.
Please help with the same.

Hi @SutReet

Please add this code to theme.liquid file after in Online Store > Themes > Edit code


Hi Dan,

It’s not coming in the phone view.

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);
}

Hi @Dan-From-Ryviu

Thanks for this. Working.

Very welcome! Could you mark it as solved and like?