Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #822257

    Kiteboy
    Participant

    Hi
    My url is http://www.theoohbox.com
    Wordpress Version 4.4.2
    Woocommerce Version2.5.3
    X Theme Version 4.3.4

    During checkout process – When you press Apply Coupon Button the field briefly shows then disappear. Not able to type any coupon code in.
    Any fixes?
    Thanks

    #822770

    Lely
    Moderator

    Hi There,

    Thanks for posting in.
    Upon checking, you have the following custom CSS:

    .coupon {
        font-weight: bold;
        font-family: Verdana;
        font-size: 32px;
        text-decoration: underline;
        text-decoration-style: dotted;
        cursor: pointer;
        display: none; /*This line hides the coupon field by default. The coupon field should be visible so customer can enter the value before clicking Apply Coupon button*/
    }

    Please remove that line from exit_style.css file.

    Hope this helps.