Support

Home Forums Event Espresso Premium Remove "Show Details" on Ticket Selector

Remove "Show Details" on Ticket Selector

Posted: May 11, 2014 at 6:45 pm


David Stainbrook

May 11, 2014 at 6:45 pm

How can i remove the “Show Details” option on the ticket selector?


qimrberghofer

May 11, 2014 at 8:04 pm

I added `.display-tckt-slctr-tkt-details {display:none;}’ to my theme’s style.css


Lorenzo Orlando Caum

  • Support Staff

May 11, 2014 at 8:25 pm

You can also add that CSS style to a plugin like My Custom CSS.


Lorenzo


David Stainbrook

May 11, 2014 at 8:45 pm

Thanks! So I’m a bit new to CSS. What exactly do I put in my Theme style.css?


Tony

  • Support Staff

May 12, 2014 at 3:54 am

Hi David,

I would advise against adding fixes to your themes styles.css file. If you update the theme those styles will be lost.

We generally advise installing a plugin such as My Custom CSS or Reaktiv CSS Builder and then adding the custom CSS there. That will prevent you losing the modifications if you update.

The CSS you posted above should work fine:

.display-tckt-slctr-tkt-details {
display: none;
}


David Stainbrook

May 12, 2014 at 10:28 am

This has worked great!!! Thank you everyone for your help!

The support post ‘Remove "Show Details" on Ticket Selector’ 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