Support

Home Forums Event Espresso Premium Take Date and Image off of available tickets page

Take Date and Image off of available tickets page

Posted: July 27, 2015 at 11:04 am


W. Dilan Jayasinha

July 27, 2015 at 11:04 am

I have looked everywhere to figure out how to get this off of this page and I can’t seem to find it. It would be great if someone can show me how to upload an image there as well as I can’t find that either.

http://taxguard1031.com/events/taxguard-1031-seminar-pasadena-lunch/

Please help


Lorenzo Orlando Caum

  • Support Staff

July 27, 2015 at 12:04 pm

Hi!

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 via a plugin that adds an additional stylesheet to your WordPress site such as My Custom CSS or Reaktiv CSS Builder.

Try this CSS:

.single-espresso_events div.entry-thumb, 
.single-espresso_events div.entry-meta,
.single-espresso_events div.entry-metadata {
    display: none;
}

It will hide the date in the corner, image, and the admin name.

Then refresh the page to see the changes.

That image may be from the featured image option in the bottom area of the event editor. Note that not all themes support this option so the other option is to upload an image into the event description area through the event editor and save changes.


Lorenzo

The support post ‘Take Date and Image off of available tickets page’ 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