I am trying to remove the “available tickets” text next to the quantity selector as well as the ticket graphic and the QTY* text and I can’t seem to find it using inspector tool in chrome. I am going to assume its part of .tkt-slctr-tbl tbody tr td:nth-child(2) as that is how price fields were hidden (display: none) but cant figure out these ones. Any help or .css would be greatly appreciated.
You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension).
This will show you the CSS that is handling the styling including the file and line number. Then you can add new styling to your child theme’s stylesheet or through a plugin like Reaktiv CSS builder or My Custom CSS.
Try this CSS:
.ee-icon.ee-icon-tickets {display:none;}
The text can be removed using quick localization or a gettext filter:
Change Register in the example above to QTY* and remove just the words below:
Buy Tickets
Does that work?
—
Lorenzo
Viewing 3 reply threads
The support post ‘Hide "Available Tickets," Ticket Graphic and QTY Text’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.