Support

Home Forums Event Espresso Premium Hide Prices

Hide Prices

Posted: February 7, 2014 at 7:41 am

Viewing 3 reply threads


Christian Andersen

February 7, 2014 at 7:41 am

Hi!

I dont want to show any prices on my courses. I’ve read here that i can use the following code (Used in my custom css.)

The problem is that it doesnt work. The price is still there… Can you please help me? I publish my site on monday so i really want to solve this problem.

Url: http://infografikk.net/event-registration/?ee=49

Code:

/*** Do no display event prices. ***/
.event_price {
display: none;
}

/* hide the event price in the event list */
p.event_price {display:none;}

/* Remove price on event list. */
.price {
display: none;
}


Tony

  • Support Staff

February 7, 2014 at 8:23 am

Hi Christian,

It looks like it is just the registration page that still displays the price, is that correct?

For that page you need to use:

.event_prices {
display:none;
}

You can combine all these rules together like so:

.event_prices, .event_price, .price {
display: none;
}

That should remove all prices from Event Espresso.

Hope that helps.


Christian Andersen

February 7, 2014 at 2:07 pm

Thank you Tony – that worked out great!! ๐Ÿ™‚


Tony

  • Support Staff

February 7, 2014 at 4:51 pm

No Problem ๐Ÿ™‚

Glad to help.

Viewing 3 reply threads

The support post ‘Hide Prices’ 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