How to Style the ticket box display

Home Forums Ticket Products Event Tickets Plus How to Style the ticket box display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1109083

    Hi
    I having problem with the ticket box display, now it is showing full-width and not a good looking ticket box as wish. Please help how to style the box to the size, shape and color I want to match with my premium theme. Also hiding the ticket quantity available.

    Stephen

    #1109444
    Nico
    Member

    Hi Stephen,

    Thanks for reaching out to us on this! While we cannot help much with custom styling I’ll point you in the right direction…

    Try adding the following snippets to your theme’s stylesheet or via Simple Custom CSS plugin:


    /* hide number of tickets available */
    .tribe-tickets-remaining {
    display: none;
    }

    /* make the tickets form a bit smaller and center */
    form.cart {
    width: 80%;
    margin: 0 auto 50px;
    }

    Hopefully this will help you out making the tickets form look nicer ๐Ÿ™‚

    Best,
    Nico

    #1110643

    Done and thanks

    #1110647
    Nico
    Member

    Stocked to hear, thanks for the heads-up ๐Ÿ™‚

    Iโ€™ll go ahead and close out this thread, but if you need help with anything else please donโ€™t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to Style the ticket box display’ is closed to new replies.