Events Made Easy Forums How do I … Customizing CSS for the booking form

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42553
    Anonymous
    Inactive

    I’m very new to PHP and CSS (was a server-side java guy), so I may be missing something obvious. I have added an eme.css file to my (2010 Weaver) theme’s directory per your documentation to change the background color of the eme-rsvp-table headers and reduce the width from 35% to 25%. The width changes but I can’t get the background color of this element to change.

    table.eme-rsvp-form th {
    text-align: right;
    background-color: transparent; /* no color choice is working */
    width: 25%;
    }

    What am I missing? Any ideas?

    Overall I’m very happy to have found your plugin which will be a core component of our club’s website.

    Thanks!

    #46841
    Franky
    Keymaster

    Use firebug to debug your CSS issues, that will help you determine where to change what.

    #46842
    Anonymous
    Inactive

    Thanks for the great suggestion! I installed firebug and had the problem fixed in about 15 minutes.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top