How can I close "return to shop" button in cart page?

Home Forums Ticket Products Event Tickets Plus How can I close "return to shop" button in cart page?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #967648
    LIYIZHI
    Participant

    Hi, I am doing a pure ticket site. So in the cart page there is a button called “return to shop”

    I am not using the shop page. How can I close that button?

    #967783
    Nico
    Member

    Hi LIYIZHI,

    Thanks for reaching out 🙂

    I understand that by “close that button” you mean hiding it, right? To do so just add the lines below to your CSS file:


    .return-to-shop {
    display: none !important;
    }

    Let me know if this is what you where looking for,
    Best,
    Nico

    #972591
    Nico
    Member

    Hey LIYIZHI,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Thanks,
    Nico

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How can I close "return to shop" button in cart page?’ is closed to new replies.