This topic has 2 replies, 2 voices, and was last updated 8 months, 3 weeks ago ago by Tony Rodriguez
How do I change the color of the arrows in the “Related Products”? Can’t seem to find it. 🙁
Best regards,
Jesper
Hello, @Boddicker,
Thank you for contacting us and for using XStore.
Should you desire to modify the color of the arrows associated with the related products, kindly proceed by copying and pasting the CSS code provided below into the following location: XStore > Theme Options > Theme Custom CSS > Global CSS.
.single-product .swiper-custom-left, .swiper-custom-left:hover {
color: #e0ff1f !important;
}
.single-product .swiper-entry .swiper-custom-left, .swiper-entry .swiper-custom-right:hover {
color: #e0ff1f !important;
}
.single-product .swiper-entry .swiper-custom-left, .swiper-entry .swiper-custom-right {
color: #e0ff1f !important;
}
Please feel free to adjust the CSS color code according to your preferences.
We trust that this solution will address your concern effectively.
Best Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up