Narrative theme pagination

Narrative theme pagination

priyakeswani_22
Tourist
11 0 4

Screenshot 2025-02-19 at 5.43.12 PM.pngScreenshot 2025-02-19 at 5.43.21 PM.pngHi

 

I need the pagination style of the slideshow from this to this 
(see the images below)

 

Please help

Replies 7 (7)

Shadab_dev
Shopify Partner
1255 64 132

So just the dots, right?? And the pagination on top of the slideshow??

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
priyakeswani_22
Tourist
11 0 4

yes that's right. also the theme is not narrative, it's publisher

Shadab_dev
Shopify Partner
1255 64 132

Share your store url, I can try it on the developer console and update the code with you.

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
priyakeswani_22
Tourist
11 0 4
Shadab_dev
Shopify Partner
1255 64 132

Hey, open your base.css file from your code editor and at the very bottom add this code

 

button.slider-button{

display: none;

}

This will remove the navigation and pause buttons from the slideshow in your banner

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.
priyakeswani_22
Tourist
11 0 4

Hi 

Can you also help me remove this black line above the pagination.

Screenshot 2025-02-27 at 11.26.44 AM.png

Shadab_dev
Shopify Partner
1255 64 132

On your base.css file add this at the very bottom

 

.slideshow__controls.slideshow__controls--top.slider-buttons{

border: none;

}

Buy me Coffee, if you feel i was helpful. Email Me here or WhatsApp me with this link for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.