Hi
I am trying to add custom css to the price slider at the top of the sidebar at https://www.madhatter.je/shop/.
I can change the colour in Chrome Inspector but when I add to css in Theme Options it doesnt work.
I am trying to amend the colour in this code -
.wc-block-components-price-slider__range-input-progress {
height: 9px;
width: 100%;
position: absolute;
left: 0;
top: 0;
–track-background: linear-gradient(90deg,transparent var(–low),var(–range-color) 0,var(–range-color) var(–high),transparent 0) no-repeat 0 100%/100% 100%;
–range-color: #af7dd1;
background: var(–track-background);
}
Please can you advise
Thanks