- Posts: 7
- Thank you received: 0
Changing Font Color in Sign-Up Module
04 Mar 2011 03:00 #795
by dmason
Changing Font Color in Sign-Up Module was created by dmason
Please Log in or Create an account to join the conversation.
07 Mar 2011 10:57 #800
by pete
Replied by pete on topic Changing Font Color in Sign-Up Module
Hi dmason,
That's basic css about which you can find lots of tutorials online. However, you can access these elements with this css tag:
.mcsignup .inputbox
So you would have to add something like this to your css:
.mcsignup .inputbox {
color: #616161;
}
You might also want to add a different color for the active state like this:
.mcsignup .inputbox:hover, .mcsignup .inputbox:focus, .mcsignup .inputbox:active { }
Kind regards,
Pete
That's basic css about which you can find lots of tutorials online. However, you can access these elements with this css tag:
.mcsignup .inputbox
So you would have to add something like this to your css:
.mcsignup .inputbox {
color: #616161;
}
You might also want to add a different color for the active state like this:
.mcsignup .inputbox:hover, .mcsignup .inputbox:focus, .mcsignup .inputbox:active { }
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
07 Mar 2011 20:03 #811
by dmason
Replied by dmason on topic Changing Font Color in Sign-Up Module
Thanks for your reply. Can you tell me which file it is that needs to be modified, and where is this file located?
Thanks,
Thanks,
Please Log in or Create an account to join the conversation.
07 Mar 2011 21:24 #813
by pete
Replied by pete on topic Changing Font Color in Sign-Up Module
Sorry, forgot to add it to my previous post.
/modules/mod_mailchimpsignup/assets/css/default.css
Kind regards,
Pete
/modules/mod_mailchimpsignup/assets/css/default.css
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
07 Mar 2011 23:23 #816
by dmason
Replied by dmason on topic Changing Font Color in Sign-Up Module
Awesome. Thank you!
Please Log in or Create an account to join the conversation.
30 May 2012 02:26 #2306
by wldct
Replied by wldct on topic Changing Font Color in Sign-Up Module
Hey
If i wanted to alter the text that is displayed in the actual fields, for example:
"Email Address*" changed to "Please Enter Your Email Address"
any idea how i might achieve that? I've looked through the language file and it doesn't appear to be handled there.
If i wanted to alter the text that is displayed in the actual fields, for example:
"Email Address*" changed to "Please Enter Your Email Address"
any idea how i might achieve that? I've looked through the language file and it doesn't appear to be handled there.
Please Log in or Create an account to join the conversation.
joomlamailer uses cookies!
This website uses cookies to provide user authentication and improve your user experience. Please indicate whether you consent to our site placing these cookies on your device. We are not using cookies for marketing purposes. For more information visit our privacy policy
I agree
Copyright 2010 freakedout.de - All Rights Reserved
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.