Support

Home Forums Ticketing Add-on Ticket Details – Text showing up double

Ticket Details – Text showing up double

Posted: March 29, 2016 at 8:53 am


Wonderful2016

March 29, 2016 at 8:53 am

In frontend view, when customer is using “detail view” for ticket, there is intro Text big letters and again together with invoice details.
Is there a way to hide double text in the top?
http://i.share.pho.to/b3b6080c_o.jpeg


Lorenzo Orlando Caum

  • Support Staff

March 29, 2016 at 11:06 am

Hello,

You can hide that details section using the template option in Event Espresso –> Events –> Templates –> Ticket Selector.

If you are wanting to hide a specific area, then you could inspect the page using a free tool like Firebug or Chrome developer tools and then add new CSS to your site to remove the content.

Here is a tutorial:

https://eventespresso.com/wiki/hide-certain-elements-event-espresso-pages-using-css/


Lorenzo


Wonderful2016

March 29, 2016 at 5:06 pm

As in my image you can see, there is a description text, bigger text size on top and small-text in price area – both are the same. I understood how to disable view with css, but both text items have no css class, so my understanding is, i cannot use style.css to work like this….


Josh

  • Support Staff

March 29, 2016 at 5:14 pm

Yes you can! You will hide the extra text at the top with the following CSS:

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


Wonderful2016

March 30, 2016 at 1:26 am

Thank you, but I did not find this class with firebug… I did hover over this text but did not see a class like others….
this class is working now!


Josh

  • Support Staff

March 30, 2016 at 7:46 am

The class is in a parent element, but that’s a totally valid way to style child elements.

The support post ‘Ticket Details – Text showing up double’ 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