- This topic has 2 replies, 2 voices, and was last updated 13 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Customizing CSS for the booking form
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!
Use firebug to debug your CSS issues, that will help you determine where to change what.
Thanks for the great suggestion! I installed firebug and had the problem fixed in about 15 minutes.