This topic has 4 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
hey.
how can i change the background color of promo text only on desktop ?
mobile: dont need to touch
https://prnt.sc/HYL9UpB-qv9h
Hello, Tal,
Thank you for contacting us and for using XStore.
Custom CSS code can be added in Theme Options > Theme custom CSS > Desktop:
.et_promo_text_carousel {
background-color: #222 !important;
}
Kind Regards,
8theme team
hey.
thanks for fast respond. i need white background and black text on desktop
Hello, Tal,
In this case, please use the next code:
.et_promo_text_carousel {
background-color: white !important;
color:black;
}
We hope this information is helpful.
Kind Regards,
8theme team
The issue related to '‘hey how i can change the promo text background color on desktop version’' has been successfully resolved, and the topic is now closed for further responses