Cindy Habermehl
December 12, 2012 at 1:05 pm
The ‘Confirm Registration’ text is not showing up on the buttons on the Event Registration page.
Jonathan Wilson
December 12, 2012 at 1:19 pm
Add New Note to this Reply
Hi Cindy,
When did this start happening? Did you recently update? Are you using custom templates? Can you share a link to the site where the problem is?
Cindy Habermehl
December 12, 2012 at 1:53 pm
Add New Note to this Reply
It started when I upgraded from the Lite (free) version to premium. Here is the link. http://dfdgold.cocodesignsinc.com/event-registration/
I am not using custom templates, yet.
Thank you!
Jonathan Wilson
December 12, 2012 at 2:07 pm
Add New Note to this Reply
On line 2282 of the your theme’s style.css file, you may need to amend !important behind the color select, like so:
.agentpress-gray .listing-wrap .more-link,
.agentpress-gray div.gform_footer input.button,
.agentpress-gray input[type="button"],
.agentpress-gray input[type="submit"] {
background-color: #666;
border: 1px solid #666;
color: #666 !important;
}
Cindy Habermehl
December 12, 2012 at 2:19 pm
Add New Note to this Reply
THANK YOU! That fixed it!
Can I ask you another question or should I start a new topic?
Jonathan Wilson
December 12, 2012 at 2:31 pm
Add New Note to this Reply
If it’s not related, do you mind posting a new topic? It helps make answers easier to find for others. ๐
Cindy Habermehl
December 12, 2012 at 2:32 pm
Add New Note to this Reply
No problem! Thanks again!
Jonathan Wilson
December 12, 2012 at 2:44 pm
Add New Note to this Reply
You’re welcome. ๐