Shopify themes, liquid, logos, and UX
Hello,
I need some help moving my slideshow dots closer together. I've attached a reference image on how I'd like it to look. I'd like them to be closer together and changed to white. I'm fine editing the CSS. https://shop.coolcookies.com/
Thank you
Solved! Go to the solution
This is an accepted solution.
This is Lucas from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.slider-counter__link {
padding: 0.2rem !important;
}
Hope that my solution works for you.
Best regards,
Lucas| PageFly
This is an accepted solution.
You can try with this code:
This is an accepted solution.
This is Lucas from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.slider-counter__link {
padding: 0.2rem !important;
}
Hope that my solution works for you.
Best regards,
Lucas| PageFly
This worked but the dots are a little bit too low. I'm using custom liquid to place the dots on the slideshow. This is what what I'm using:
<style>
@media screen and (min-width: 749px){
.slideshow__controls {
position: absolute;
bottom: 0;
z-index: 9;
left: 50%;
transform: translateX(-50%);
border: none;
}
}
</style>
Would any of this fix it?
This is an accepted solution.
You can try with this code:
Hi @SearchGhost1738 ,
I understand that you want to moving my slideshow dots closer together.
.slider-counter__link {
padding: 0.5rem;
padding-bottom: 1rem;
}
Result:
I hope it help.
User | RANK |
---|---|
157 | |
135 | |
78 | |
70 | |
68 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023