Support

Home Forums Event Espresso Premium Registration Field Tags Not Displaying

Registration Field Tags Not Displaying

Posted: May 3, 2013 at 7:45 am


Norman Patry

May 3, 2013 at 7:45 am

Hi

I am trying to set up registrations but when I preview the event the fields I want are there but there are no tags to tell people what should be in each field


Josh

  • Support Staff

May 3, 2013 at 8:03 am

Hi Norman,

Can you post a link to the page so we can investigate? Thanks.


Norman Patry

May 3, 2013 at 8:42 am

http://bikeportland.pnwdev.com/event-registration/?ee=1


Josh

  • Support Staff

May 3, 2013 at 9:35 am

Hi Norman,

This is the part of the theme’s stylesheet that is causing the problem:

#constant-contact-signup input[type="submit"] {
	background: none;
	padding: 0px;
	color: #f9d82d;
	font-weight: normal;
	font-size: 20px;
}
	label {
		font-family: Trebuchet MS, sans-serif;
		font-size: 14px;
		color: #fff;
	}

Basically what the above code is doing is making all the labels all over the site white text, and since the site has a white background, you will not see them.

you can change line 227 where it says label { to this:

#constant-contact-signup label {
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #fff;
}

that way the white text rule for all labels rule will only affect constant contact forms.

The support post ‘Registration Field Tags Not Displaying’ 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