Plus and Minus Icons color

Good evening,

Can you please tell me if we can change the color of the plus and minus icons in product overview and accomodation, as well as the ticks and ex’s?

Thank you in advance!

Yes you can change those with your own custom CSS, for example, for the plus and minus as well as the cross and tickssign:

.trip-detail .text-box:before {
color: #c02127;
}

.text-box li:before {
color: #c02127;
}
Thank you

Works like a charm!

Thank you!