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
March 19, 2015 at 3:24 pm
Add New Note to this Reply
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
Add New Note to this Reply
Sure! redacted – Event Espresso support team – LOC
Lorenzo Orlando Caum
March 19, 2015 at 8:35 pm
Add New Note to this Reply
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
Add New Note to this Reply
That worked great! Can you take a look at this registration and see how to remove the “Description:” text?
Lorenzo Orlando Caum
March 20, 2015 at 10:42 am
Add New Note to this Reply
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
Add New Note to this Reply
Thanks, Lorenzo! You rock.