I'm trying to change the colour of the field labels on my testimonials form. I've found the instructions to insert '!important' into the Stylesheet CSS but I'm not sure which variable I should be changing.
If anyone could advise me how to change my labels from grey to black font I'd be REALLY appreciative!
http://www.benefithealth.com.au/wordpress/testimonials/
Many thanks,
Denise
http://wordpress.org/extend/plugins/wp-customer-reviews/
Well I'm excited to say I figured this out! Thought I'd post the solution here in case anyone else is looking...
Simply pasted:
#wpcr_commentform label { color: #000000 !important; }
#wpcr_check_confirm {color: #000000 !important; }
at the very end of the Twenty Ten css stylesheet.
:)
techguysolutions
Member
Posted 1 year ago #
Hello bubg,
I was looking at your website and I was wondering if you could share with me how you changed the text, "Check this box to confirm you are human." I have searched through the forum and I must be missing something. I would appreciate any help you can offer. Best Regards
Hi techguysolutions,
I agree this one was not as simple as I'd expected! I changed the text within my internet provider's file manager. Within my wordpress files there's a 'plugin' folder and then a 'wp-customer-reviews' folder. You need to edit the 'wp-customer-reviews.php' file within this folder. I just did a search (CTRL-F) for the word 'human' and replaced the text where this appeared.
Hope this helps.
Denise