How can i set the Coupon and gift card fixed on mobile

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

  • Avatar: Mammachicca
    Mammachicca
    Participant
    November 6, 2019 at 12:34

    Hello,
    an information about the option for insert the coupon on mobile fixed.
    The section for insert the gift card and coupon, it disappears after few seconds.
    How can I set it fixed?

    https://ibb.co/Rh5s2s4

    Thank you very much.

    Best regards.

    Alessandro.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 6, 2019 at 13:46

    Hello,

    Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .woocommerce-checkout .woocommerce-info {
        opacity: 1;
        visibility: visible;
        padding: 5px 10px 10px;
    }

    or this one in Global Custom CSS:

    .woocommerce-checkout .woocommerce-notices-wrapper, 
    .woocommerce-checkout .woocommerce-NoticeGroup, 
    .woocommerce-checkout .woocommerce-message:not(.static), 
    .woocommerce-checkout .woocommerce-error:not(.static), 
    .woocommerce-checkout .woocommerce-info:not(.static), 
    .woocommerce-checkout .dokan-info, .mc4wp-alert {
        position: static;
        opacity: 1;
        visibility: visible;
        background: transparent !important;
        color: #222;
        margin: 0 0 1em 0;
    }
    .woocommerce-checkout .woocommerce-notices-wrapper:empty {
        display: none;
    }

    Regards

    Avatar: Mammachicca
    Mammachicca
    Participant
    November 6, 2019 at 14:20

    Well done.
    Thank you.

    Best regards.

    Alessandro.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 6, 2019 at 14:23

    You’re welcome!
    Have a nice day.

    Regards

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

The issue related to '‘How can i set the Coupon and gift card fixed on mobile’' 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.