Support

Home Forums Event Espresso Premium Hiding section elements and paragraph breaks in ticket details

Hiding section elements and paragraph breaks in ticket details

Posted: November 17, 2016 at 12:54 pm

Viewing 2 reply threads


Nancy

November 17, 2016 at 12:54 pm

Hello, I wanted to hide the various sections in the ticket details, leaving only the custom entered details text. I am using css and display: none to do hide the sections and it is working. However, between each section there is a <br> tag that does not get hidden. This leaves extra empty space at the bottom of the details box. Is there a way to get rid of these tags so that the box fits the details text better?


Josh

  • Support Staff

November 18, 2016 at 9:06 am

Those br tags can also be hidden with display:none.

e.g.

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


Nancy

November 21, 2016 at 8:41 am

excellent. thank you.

Viewing 2 reply threads

The support post ‘Hiding section elements and paragraph breaks in ticket details’ 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