Support

Home Forums Event Espresso Premium Styling for buttons in additional attendees section not working

Styling for buttons in additional attendees section not working

Posted: May 6, 2013 at 10:56 am

Viewing 2 reply threads


Paul Muszanskyj

    May 6, 2013 at 10:56 am

    Hi – please see http://www.empathydesign.co.uk/development/event-registration/?ee=8 (REMOVED BY ADMIN) and click on the ‘Add more attendees’ button.  As you can see, the link colour text is too pale for the background, although the hover colour is fine.  I’m using a Theme Roller, and have tried changing it, but still the same problem.

    I’ve looked at the source text for the page to try to find a class or id to amend via the css, but can’t find this part of the page.

    Can you help?

    • This topic was modified 11 years, 5 months ago by Dean. Reason: removed private details


    Dean

    • Support Staff

    May 7, 2013 at 1:52 am

    Hi

    Try adding this to your themese style.css file at the bottom, or via a plugin like My Custom CSS:

    .additional-attendee-div a {
    color: black !important;
    }
    .additional-attendee-div a:hover {
    color: blue !important;
    }
    

    If you dont want to use the !important tag, then you can use this, but its a bit wider ranging so may affect other links so be aware of that.

    .content a {
    color: red;
    }
    .content a:hover, .content a:focus, .content a:active {
    color: green;
    }


    Paul Muszanskyj

      May 7, 2013 at 3:47 am

      Thanks very much, done using the !important tag and now looks really good.

      Viewing 2 reply threads

      The support post ‘Styling for buttons in additional attendees section not working’ 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 - Staging Server