Support

Home Forums Event Espresso Premium Removal of "Event Detail" button?

Removal of "Event Detail" button?

Posted: October 10, 2014 at 9:48 am

Viewing 3 reply threads


jts2005

October 10, 2014 at 9:48 am

is there a snippet or code to add to my functions.php to remove the “event details” button? It just seem pointless when someone can click the title of the event for more details and just takes up space in my template.


Lorenzo Orlando Caum

  • Support Staff

October 10, 2014 at 10:50 am

Hi,

If you are referring to the event listing page, that is there as it provides another way to get to the single event page.

Additionally, if you enable the ticket selector through the template option, then that button becomes a register button.


Lorenzo


Josh

  • Support Staff

October 10, 2014 at 10:55 am

Hi Jaysen,

You can remove the Event Detail button by adding the following to your functions.php file:

add_action( 'wp_head', 'espresso_custom_css_for_event_page' );
function espresso_custom_css_for_event_page() {
	echo '
	
	';
}


jts2005

October 10, 2014 at 2:26 pm

thx

Viewing 3 reply threads

The support post ‘Removal of "Event Detail" button?’ 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