Slideshow pagination in Spotlight theme

Solved

Slideshow pagination in Spotlight theme

PetterB
Tourist
6 0 2

Hi, i'm using Spotlight theme and i have a pagination bar that i cant seem to change the color of. would like it to be the same as the background  #334843 and the dots/arrows to be #F3f3f3 , but changing the color pallet does not seem to do anything. 

 

PetterB_0-1738684705313.png

 

Any advice is appreciated 

 

Flawless Norway

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9884 2354 2952

This is an accepted solution.

Hi @PetterB 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.slideshow__controls.slideshow__controls--top {
    background: #334843;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #F3f3f3  !important;
}
.slider-counter__link--dots .dot {
    border-color: #F3f3f3 !important;
}
.slideshow__autoplay path {
    fill: #F3f3f3 !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1738686292692.png

     

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

CodingFifty
Shopify Partner
616 97 116

Hi @PetterB,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

 

.slideshow__controls.slideshow__controls--top.slider-buttons.slideshow__controls--border-radius-mobile {
    background: #334843 !important;
}


.slider-counter__link--active.slider-counter__link--dots .dot {
    background: white !important;
}

.slideshow__autoplay path {
    fill: white !important;
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

Made4uo-Ribe
Shopify Partner
9884 2354 2952

This is an accepted solution.

Hi @PetterB 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.slideshow__controls.slideshow__controls--top {
    background: #334843;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #F3f3f3  !important;
}
.slider-counter__link--dots .dot {
    border-color: #F3f3f3 !important;
}
.slideshow__autoplay path {
    fill: #F3f3f3 !important;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1738686292692.png

     

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
PetterB
Tourist
6 0 2

Thank you for your solution, worked like a charm. The page was instantly smoother. 🙂 

PageFly-Richard
Shopify Partner
4902 1102 1781

Hi @PetterB 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
#shopify-section-template--17725509533867__slideshow_XA9zJc .slideshow__controls.slideshow__controls--top {
    background: #334843;
}
#shopify-section-template--17725509533867__slideshow_XA9zJc .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #F3f3f3  !important;
}
#shopify-section-template--17725509533867__slideshow_XA9zJc .slider-counter__link--dots .dot {
    border-color: #F3f3f3 !important;
}
#shopify-section-template--17725509533867__slideshow_XA9zJc .slideshow__autoplay path {
    fill: #F3f3f3 !important;
}
</style>

 

Hope this can help you solve the issue 

 

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.