Support

Home Forums Event Espresso Premium Button text is white on a light grey background and very hard to see

Button text is white on a light grey background and very hard to see

Posted: August 25, 2017 at 9:55 am

Viewing 3 reply threads


depasseg

August 25, 2017 at 9:55 am

I’m running EE and the Lighthouse theme. The “View Events” button and the “Register Now” buttons have white text on a light grey background which makes it very confusing for attendees. Is there a way to change it? I can’t find the white text setting anywhere. Black text (like the table text) would be good enough.

“View Details” example: http://quaysideyachtclub.com/club-events/
“Register Now” example: http://quaysideyachtclub.com/events/2017-labor-day-dinner/

WordPress Version: 4.8.1
PHP Version: 5.6.31
MySQL Version: 5.5.57
Event Espresso Version: 4.9.45.p
WordPress Address (URL): http://quaysideyachtclub.com
Site address (URL): http://quaysideyachtclub.com


Josh

  • Support Staff

August 25, 2017 at 10:49 am

Hi there,

I checked your site and it turns out the white text is set by your theme:

https://www.evernote.com/l/AATB_vLaIapEHpBNWpMFP_hkUjVLdQMtu3I

You can change this by going to the Appearance -> Customize section of the admin, and there is a tab labeled ‘Additional CSS’. If you go into the customizer, you can add some code like this to change the submit text to black. Please paste the code between the dashed lines into the stylesheet:

—————————————-

input[type=submit] {color: #222;}

—————————————-

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress


Tony

  • Support Staff

August 25, 2017 at 10:55 am

Hi there,

In a nutshell the problem is from the theme’s styles so you’ll need to override those for EE inputs. For the inputs mentioned you can use:

.type-espresso_events input[type=submit] {
    color: #000;
}

Add that within Dashboard -> Appearance -> Customize -> Custom CSS and it should then force the display to look like THIS and THIS.

Is that what you are looking for?


depasseg

August 25, 2017 at 11:03 am

That’s exactly what I was looking for! Thanks guys!!

Viewing 3 reply threads

The support post ‘Button text is white on a light grey background and very hard to see’ 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