Sales Booster border radius - by misha - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Robert Hall

  • Avatar: misha
    misha
    Participant
    May 2, 2021 at 13:55

    Здраствуйте,

    Подскажите, пожалуйста, как изменить border radius в Sales Booster?
    https://prnt.sc/12e4rbw

    С уважением,

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 2, 2021 at 19:30

    Hello

    You can change the Sales Booster CSS code by change in following CSS and add this code in Additional CSS

    #sales-booster-popup {
        position: fixed;
        left: 20px;
        bottom: 20px;
        font-size: 1rem;
        background: #fff;
        z-index: 7;
        max-width: 400px;
        width: calc(100vw - 40px);
        box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
        transition: all .3s ease-in-out;
    }

    Robert Hall

    Avatar: misha
    misha
    Participant
    May 3, 2021 at 15:15

    Здраствуйте,

    Спасибо! Я обновил код CSS

    С уважением,

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 4, 2021 at 08:34

    Hello

    Your are welcome

    Robert Hall

  • Viewing 4 results - 1 through 4 (of 4 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.