Support

Home Forums Event Espresso Premium hide price of ticket in EE4

hide price of ticket in EE4

Posted: July 21, 2014 at 11:24 pm

Viewing 3 reply threads


Sudhir

July 21, 2014 at 11:24 pm

i’m using Ticket selector short code as below on a page

[ESPRESSO_TICKET_SELECTOR event_id=”your_event_id”]

i want to hide the price of the ticket on this page

Please help on this asap

thanks


Dean

July 22, 2014 at 1:45 am

Hi,

Adding some CSS similar to this should do it.

div.tkt-slctr-tbl-wrap-dv tr th:nth-of-type(2), div.tkt-slctr-tbl-wrap-dv tr td:nth-of-type(2) {
display: none;
}

One word of caution, you will need to make this more specific to your page otherwise it will probably affect every ticket selector on your site.

One way to do this would be to wrap the shortcode in a DIV via the TEXT tab of the post/page editor and give that div an id e.g.

[ESPRESSO_TICKET_SELECTOR event_id="your_event_id"]

Then you can change the CSS to

#myspecialticket div.tkt-slctr-tbl-wrap-dv tr th:nth-of-type(2), #myspecialticket  div.tkt-slctr-tbl-wrap-dv tr td:nth-of-type(2) {
display: none;
}


Sudhir

July 22, 2014 at 2:05 am

thanks Dean


Dean

July 22, 2014 at 4:02 am

You’re welcome.

Viewing 3 reply threads

The support post ‘hide price of ticket in EE4’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso