Support

Home Forums Event Espresso Premium Change Button on Confirm Registration Page

Change Button on Confirm Registration Page

Posted: September 23, 2013 at 2:39 pm

Viewing 3 reply threads


Steven Cvetanovich

September 23, 2013 at 2:39 pm

On the confirm registration page, it looks there are supposed to be 2 buttons that confirm the registration. The first button appears fine, blue outline, gray background with white text. The second button at the bottom is showing a blue outline and white background and I cant see any of the text. Where is the CSS to change the second button background to match first?

http://www.will2walk.org/event-registration/


Dean

September 24, 2013 at 12:12 am

Hi Steven,

Not sure why that is occurring, but you could add this to the bottom of your style.css or to a plugin like My Custom CSS and it will match the bottom button up with the top one:

.ui-widget-content {
border: 1px solid #999999;
background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}


Steven Cvetanovich

September 24, 2013 at 10:36 am

I added the code to my style.css and the second confirm registration button is still not showing correctly.


Dean

September 24, 2013 at 11:25 pm

OK,

Try this instead:

.btn_event_form_submit {
	border: 1px solid #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
	font-weight: normal;
	color: #212121;
}

Or potentially, you could try turning off the Themeroller styles in the Template Settings area and see how your theme styles the buttons.

Viewing 3 reply threads

The support post ‘Change Button on Confirm 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