Support

Home Forums Event Espresso Premium Registration Page

Registration Page

Posted: July 9, 2012 at 7:34 pm

Viewing 8 reply threads


Max Henry

July 9, 2012 at 7:34 pm

in my registration page, “http://chainalive.com/register/” i have
event name
price
date
available spaces
Register.

how to delete the date and available detail in this page? thanks for helping me.

  • This topic was modified 12 years ago by Max Henry.


Josh

  • Support Staff

July 10, 2012 at 8:29 am

Add the following to the active WordPress child theme’s stylesheet (style.css):

/** Hide available spaces **/
p.spaces-available {display:none;}

/** Hide date on event list **/
div.event-meta p:nth-child(2) {display:none;}


Max Henry

July 10, 2012 at 7:42 pm

Hi Josh,
in which section of the code in style.css that i have to put the code from you? because style.css have allot of section for the code.
ex.:
Import Fonts
Primary / Secondary Sidebars
Tag Cloud
Dropdowns

Thanks.


Seth Shoultes

  • Support Staff

July 11, 2012 at 12:32 am

Could probably be placed anywhere in there.


rsaban

July 11, 2012 at 7:03 am

If I would like to hide the Price on my registration screen (below the description) what code should I add to my CSS?


Josh

  • Support Staff

July 11, 2012 at 7:52 am

p.event_prices {display:none;)


Max Henry

July 11, 2012 at 9:19 pm

i try to put the code on my CSS but i still have
the date and the available space in this page.
http://chainalive.com/register/


Josh

  • Support Staff

July 12, 2012 at 7:48 am

Try adding these to the end of the style.css file of the current child theme. It looks like it’s the register child theme, so look in the /register/ folder of the wp-content/themes directory.
If you’re having trouble with adding styles to your theme, an alternative would be to use the my custom CSS plugin to add custom CSS styles.


Max Henry

July 12, 2012 at 8:48 pm

Hi Josh,

ok it’s work now, I’ve using the My custom CSS plugin.

Thanks

Viewing 8 reply threads

The support post ‘Registration 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