EvanHerman / yikes-inc-easy-mailchimp-extender

Easy Forms for MailChimp WordPress Plugin
http://yikesplugins.com
GNU General Public License v2.0
25 stars 28 forks source link

CSS changes not taking #29

Closed MindfulRay closed 12 years ago

MindfulRay commented 12 years ago

The background on my site is black, and it seems the default color for the text on the form is black. Its not really clear which fields on style.ykseme.css I can adjust this.

This is what I tried:

.yks-mailchimpFormDivRowLabel, .yks-mailchimpFormDivRowField { display: inline-block; width: 50%; font:Arial, Helvetica, sans-serif; font-size:12px; color:#999; }

Didn't seem to do anything.

TheTracyL commented 12 years ago

Hello.

Could you please provide me a link to your site so I can check it out?

Thanks! -Tracy

MindfulRay commented 12 years ago

http://moksarestaurant.com/#/test/

TheTracyL commented 12 years ago

Thanks (nice site, btw!) When I inspect the code I do not see the styles you pasted above for those selectors. However, when I add styles to those selectors in Firebug it does effect the form.

I took a screenshot: http://yikesdev.com/images/formcode.jpg

So I am thinking it has something to do with the stylesheet you are adding that css to, for some reason it is not calling it up. Are you adding it to your theme's style.css file or some place else?

Thanks! -Tracy

MindfulRay commented 12 years ago

Adjusted the wrong field. Thanks so much for the help.