I want my slider controls to be the same blue as used on the rest of my website. However, I’ve noticed that the slideshow controls colour responds to “text” colour, which also responds to the text on the menu.
Is there any way I can keep my “text” colour white and only change the slideshow controls to #0022EE?
See below what I mean by slideshow controls.
Thanks!
@SebastianL ,
Can you share the store URL?
Thanks.
@SebastianL ,
.slideshow__controls.slider-buttons.no-js-hidden button {
color: #0022EE;
}
.slider-counter__link--dots .dot {
border: #0022EE;
background: #0022EE;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
background: #0022EE;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
1 Like
Thanks a bunch! That worked.