I'd like to change the background color of my slideshow dots area on Dawn theme

I'd like to change the background color of my slideshow dots area on Dawn theme

Sportwearfy_of
Visitor
3 0 0

I'd like to chnage the background color of the slideshow's dots on my store. Can you please suggest me a solution, please? My store is: www.sportswearfy.com

Replies 5 (5)

KuldeepKumar20
Shopify Partner
312 37 65

@Sportwearfy_of 

Hi Kindly add the bellow CSS code in the "base.css" file.

.shopify-section.slideshow .dot {
background-color: red;  /* change the color according to you*/
}

.shopify-section.slideshow .active, .shopify-section.slideshow .dot:hover{
background-color: #000000;  /* change the color according to you*/
}

 

SWSolutions_0-1682132987854.png

 

For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: codermail30@gmail.com
Sportwearfy_of
Visitor
3 0 0

I did that, but It doesn't work

PageFly-Victor
Shopify Partner
7865 1786 3131

Hi @Sportwearfy_of ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
span.dot.active,
span.dot:hover{
    background: red;
}
span.dot {
    background: black;
}
</style>

Note: You can adjust value to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

Sportwearfy_of
Visitor
3 0 0

It did do something. But I want the white background area to be black as well. That's the issue I want to address ASAP.

PageFly-Richard
Shopify Partner
4991 1118 1796

Hi @Sportwearfy_of 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Online Store ->Theme ->Edit code

Assets ->Base.css

.title-wrapper-with-link {
    margin: 0px !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.