Support

Home Forums Event Espresso Premium Hide Price on All Events – Never a Charge

Hide Price on All Events – Never a Charge

Posted: May 10, 2018 at 6:16 pm


BoostersInABox

May 10, 2018 at 6:16 pm

I am using EE for volunteering for events. It is working great! The issue is that none of my events will ever have a charge. I am currently using custom css on each individual event where I reference the postid. With the number of events, this is getting tiresome! Is there anyway to change the code below to include ALL events, then I will put it in custom css for the entire site. Thanks for any input!

.postid-7028 .tkt-slctr-tbl-wrap-dv .ee-ticket-selector-ticket-price-th, .postid-7028 .tkt-slctr-tbl-wrap-dv .tckt-slctr-tbl-td-price {
display: none;
}


Josh

  • Support Staff

May 10, 2018 at 7:46 pm

Yes, you can do this instead:

.ee-ticket-selector-ticket-price-th, 
.tckt-slctr-tbl-td-price {
display: none;
}


BoostersInABox

May 11, 2018 at 12:45 pm

Awesome Josh! So, following that same login, in I want to decrease the white space in the ticket selector now that price info is gone, would I go from:

#tkt-slctr-tbl-wrap-dv-7028 { width: 35% }

#tkt-slctr-tbl-wrap-dv { width: 35% }


Josh

  • Support Staff

May 11, 2018 at 12:51 pm

That’s close, but in this other case there’s a single selector being used and it’s an ID. So instead you can target the same element by its class:

.tkt-slctr-tbl-wrap-dv { width: 35% }


BoostersInABox

May 11, 2018 at 3:13 pm

Got it! It looks great. Thanks for your help!!!!

The support post ‘Hide Price on All Events – Never a Charge’ 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