Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

How can I overlap pagination with images on Dawn template?

How can I overlap pagination with images on Dawn template?

elliscanvastent
Tourist
4 0 1

I am looking to have the pagination for my header slideshow to overlap the images.

 

Thank you!

Replies 8 (8)

KetanKumar
Shopify Partner
37634 3670 12166

@elliscanvastent 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
elliscanvastent
Tourist
4 0 1

Thank you. 

 

The url is - https://ellis-canvas-tents-6282.myshopify.com/

 

 

dmwwebartisan
Shopify Partner
12376 2559 3749

@elliscanvastent 

Welcome to the Shopify community!
Please share your store URL!
I will check out the issue and provide the correct solution to you!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app
elliscanvastent
Tourist
4 0 1
LitCommerce
Astronaut
2860 684 761

Hi @elliscanvastent,

Please send me the password. I will check it.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

LitCommerce
Astronaut
2860 684 761

Hi @elliscanvastent,

Go to Assets > base.css and paste this at the bottom of the file:

.slideshow__controls {
    position: absolute !important;    
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: none !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
elliscanvastent
Tourist
4 0 1

Thank you. This worked but the images no longer auto-slide.

ashutoshvyas
Visitor
1 0 0
.slideshow__controls {
    position: absolute !important;    
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: none !important;
    z-index:999;
}