This topic has 8 replies, 3 voices, and was last updated 1 years, 10 months ago ago by Tony Rodriguez
how to put the background color on the arrows on the product page, and also on the carousel of related products? Why both only appear the option to customize the size of the arrows
Hello, @Dionizio Find,
In order to solve your issue please copy and paste the below given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site now after removing the browser cache.
You can change the color in the given code as per your requirements.
.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left:before {
color: red !important;
}
.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right:before {
color: red !important;
}
.arrows-hovered>.swiper-container .swiper-custom-left:before {
color: red !important;
}
.arrows-hovered>.swiper-container .swiper-custom-right:before {
color: red !important;
}
Regards 8Themes Team.
Hello tony, how are doing? so I don’t want to just change the arrow colors to red. I want to put a round white background color and blue arrow color.
Hello,
Please go to Theme Options > Styling – https://prnt.sc/Hu7rC0jBKj5h and select the color
Regards
OK. I tried but it didn’t work. I think that only in the same css code is capable. Could you help me, please. I want arrows with background and in the product gallery, when changing product images
Hello, @Dionizio Find,
Ok then please remove the previous CSS that I provided to you and try with the below given one:
.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-left:before {
color: blue !important;
background-color: white !important;
width: auto !important;
padding:5px !important;
border: 1px solid !important;
border-radius: 100% !important;
}
.swipers-couple-wrapper .vertical-thumbnails-wrapper .swiper-custom-right:before {
color: blue !important;
background-color: white !important;
width: auto !important;
padding:5px !important;
border: 1px solid !important;
border-radius: 100% !important;
}
.arrows-hovered>.swiper-container .swiper-custom-left:before {
color: blue !important;
background-color: white !important;
width: auto !important;
padding:5px !important;
border: 1px solid !important;
border-radius: 100% !important;
}
.arrows-hovered>.swiper-container .swiper-custom-right:before {
color: blue !important;
background-color: white !important;
width: auto !important;
padding:5px !important;
border: 1px solid !important;
border-radius: 100% !important;
}
The result will appear like this: https://ibb.co/58hwH0f
Regards 8Themes Team.
Thank you!
Hello, @Dionizio Find,
Sound’s Good!! that my proposed solution helped you in solving your issue.
Feel free to write us back anytime, we are always here to help you.
Thanks for contacting us.
Have a nice day. 🙂
Topic Closed.
Regards 8Themes Team.
Tagged: arrows, background color, best selling, how to, product page, woocommerce themes
The issue related to '‘how to put the background color on the arrows on the product page ?’' has been successfully resolved, and the topic is now closed for further responses