Hey how i can change the promo text background color on desktop version

This topic has 4 replies, 2 voices, and was last updated 8 months, 3 weeks ago ago by Rose Tyler

  • Avatar: Tal
    Tal
    Participant
    August 29, 2023 at 10:11

    hey.
    how can i change the background color of promo text only on desktop ?

    https://prnt.sc/6Mgg_ej7m8rR

    mobile: dont need to touch
    https://prnt.sc/HYL9UpB-qv9h

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 29, 2023 at 10:15

    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

    Avatar: Tal
    Tal
    Participant
    August 29, 2023 at 10:16

    hey.
    thanks for fast respond. i need white background and black text on desktop

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 29, 2023 at 10:29

    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

  • Viewing 4 results - 1 through 4 (of 4 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.