• Resolved gkdias

    (@gkdias)


    Hello. I’m working on a website for a transit association. I’m using Events Manager for listing and organizing events, and for event bookings. Everything is working well for the most part. But, I’m having an issue with the bookings portion of each event page. The text in all the input fields, including drop-down lists, is so light you can hardly see it. It probably has to do with the Lyrical theme I’m using. But, I’m uncertain. I’ve looked to see if there’s a way to add Additional CSS, but can’t find exactly what I’m looking for. I tried adding additional CSS for .entry-content{}, which does change the color of the booking ticket item names in the table. But, it doesn’t change any of the input field foreground colors. I’m hoping someone has encountered this before, and knows the recommended Additional CSS needed to resolve this issue.

    Any assistance you can provide would be greatly appreciated!!!

    Thank you…

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    You can try the custom CSS below, you can add this at the end of your theme style.css or using another WP plugin to allow you to add custom CSS or Javascript code without editing any theme or plugin files.

    
    .em-booking-form-details input, .em-booking-form-details select, .em-booking-form-details textarea {
        color: #000 !important;
    }
    
    Thread Starter gkdias

    (@gkdias)

    Hello, Angelo_nwl.

    Thank you so much for your post and recommendation. I apologies, I didn’t see a notification come in that you had added a comment.

    Your suggestion worked great! The drop-down lists are still barely visible, but using your example, I’ll see if I can locate that section in the theme, and do an additional custom CSS for it. I’ll follow up to let you know if I’ve figured it out.

    Again, apologies for my oversight, and thank you again for your kind efforts!

    Thread Starter gkdias

    (@gkdias)

    Angelo_nwl,

    I’ve continued to work on this issue. As a result of your last recommendation, the Events Manager bookings text boxes (Name, Phone, Email and Comment, as well as the consent checkbox) all are legible now. However, the drop-down box values for ticket spaces are still very hard to read, and the username and password boxes are illegible unless you highlight what you typed. I can’t see how to correct it. Would you have a recommended custom CSS for those? Also, I’ve tried to find a list of all the CSS parameters, but can’t find one. If you have a good recommendation, I’d be very appreciative.

    Thank you again for your assistance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change text field colors in Events Booking Entry’ is closed to new replies.