Hi,
I need to change the color in the below border in the slider container, I’m using X with integrity 01
(current color:red, which comes with the demo)
Please, your help!
Thank you in advance
Hi,
I need to change the color in the below border in the slider container, I’m using X with integrity 01
(current color:red, which comes with the demo)
Please, your help!
Thank you in advance
Hey @codex,
Please try this code in X > Theme Options > CSS:
.x-slider-container.above,
.x-slider-container.below {
border-bottom-color: #ff2a13;
}
Please change the color value in the code given.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.