Theme personalization - by FedericaBI - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Rose Tyler

  • Avatar: FedericaBI
    FedericaBI
    Participant
    June 26, 2019 at 11:38

    hello,

    can i know how can i personalize background and text color of this elements?
    Thanks and best regards!

    Screens:
    https://ibb.co/bLGsVdT
    https://ibb.co/jhjrZh8
    https://ibb.co/KjwdRCC

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2019 at 12:05

    Hello,

    You need to use custom CSS code.
    Add this code in Theme Options > Custom CSS:
    1) http://prntscr.com/o6vvjh

    .single-product .woocommerce-message {
        background-color: #ff8da7;
        color: white;
        border-top-color: black !important;
    }
    .single-product .woocommerce-message:before {
        color: black;
    }

    2) http://prntscr.com/o6vw9y

    .et-open {
        color: white;
        background-color: #ff8da7;
        padding: 0px 5px !important;
    }

    3) http://prntscr.com/o6vxea

    .woocommerce-form-coupon-toggle .woocommerce-info {
        background-color: #ff8da7;
        color: white;
        padding: 0px 5px;
    }
    .woocommerce-form-coupon-toggle .woocommerce-info a:not(.button) {
        color: #8e8e8e;
    }

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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