Okay
  Public Ticket #1888543
Hide Discount Coupon
Closed

Comments

  •  1
    beezley started the conversation

    How can I hide\disable or at least reduce the size of the huge discount coupon field in the event section?

    Thanks,

    Richard

  •  877
    Zhivko replied

    Hi,

    You can hide it with following css:

    input[name="stec_book_coupon"] {
        display: none !important;
    }

    You can place the style in St. Event Calendar -> Fonts & Colors -> Custom Style tab.


    Stachethemes Developer

  •  1
    beezley replied

    Thank you!