Support

Home Forums Event Espresso Premium Removing price from template

Removing price from template

Posted: October 17, 2013 at 3:29 pm


Ben

October 17, 2013 at 3:29 pm

Hi Guys,

Can you confirm which piece of code on which couple of templates I need to remove if we don’t want any price to show on any events please?

Thanks.


Jonathan Wilson

October 17, 2013 at 4:37 pm

Hi,

You don’t need to modify the template. You can add the following CSS to your themes style.css file (or a custom css plugin).

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


Ben

October 19, 2013 at 5:55 am

Thanks Jonathan, perfect!

The support post ‘Removing price from template’ 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