Support

Home Forums Event Espresso Premium Removing some registration details

Removing some registration details

Posted: March 19, 2015 at 1:28 pm

Viewing 6 reply threads


Bobby Shirley

March 19, 2015 at 1:28 pm

Is it possible to remove the details listed at the top of the registration form? Check my screenshot.

WordPress Version:
4.1.1
PHP Version:
5.4.13
MySQL Version:
5.5.30
Event Espresso Version:
3.1.37.0.P
Thanks in advance.


Lorenzo Orlando Caum

  • Support Staff

March 19, 2015 at 3:24 pm

Hi Bobby, that can be done by using a combination of display:none for the inner content and visibility hidden for the title.

Do you have an event available so we can share some example CSS? Any event will be fine.

Thanks


Lorenzo


Bobby Shirley

March 19, 2015 at 6:43 pm

Sure! redacted – Event Espresso support team – LOC


Lorenzo Orlando Caum

  • Support Staff

March 19, 2015 at 8:35 pm

Hi, is there a link to the page that has the registration form available?

The link that you shared is a landing page but I’m not seeing the registration form.

Try adding this CSS to your child theme’s stylesheet or through a plugin like Reaktiv CSS builder or My Custom CSS.:

h3.event_title, .event_prices, .event_time, .start_date {display:none;}

Let us know if that helps.


Lorenzo


Bobby Shirley

March 20, 2015 at 10:05 am

That worked great! Can you take a look at this registration and see how to remove the “Description:” text?


Lorenzo Orlando Caum

  • Support Staff

March 20, 2015 at 10:42 am

Hi Bobby, add this CSS to your site (below the CSS that was shared yesterday):

div.event_description.clearfix p.section-title {display:none;}

Thanks


Lorenzo


Bobby Shirley

March 20, 2015 at 10:50 am

Thanks, Lorenzo! You rock.

Viewing 6 reply threads

The support post ‘Removing some registration 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