Forgot your password? Forgot your username? Create an account

 
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Change color of text

Change color of text 1 year 11 months ago #12361

  • gvannauw
  • gvannauw's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 22
  • Karma: 0
Hello everyone,
can someone please shed some light on how to change the color of text fields "Fields marked with ! are required", "Send a copy of this message to yourself" and "please enter following security code".
I have a template with a complete black background and the text should appear as lightgrey #CCCCCC. I have sufficient knowledge of css but don't know where to change it. Furthermore, the a:link in "not readable? Change text" for the captcha should be in a different color. Here again, can someone point me into the right direction for the appropriate CSS file?

Thanks a million..

Best regards from Belgium
Gino
The administrator has disabled public write access.

Change color of text 1 year 11 months ago #12362

  • Alex
  • Alex's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 7778
  • Thank you received: 241
  • Karma: 60
Hi,

The change should be made either in the template's CSS or in the profile's CSS.
You just need to identify the tags you want the text different ( and you can do that with Firebug : getfirebug.com/ ) and add the CSS code.
For the text "Fields marked with ! are required" the code is:
div#aiContactSafe_info { color:#CCCCCC; }
The administrator has disabled public write access.

Change color of text 1 year 11 months ago #12363

  • gvannauw
  • gvannauw's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 22
  • Karma: 0
Alex,
thanks a million.
The administrator has disabled public write access.

Change color of text 1 year 11 months ago #12364

  • Alex
  • Alex's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 7778
  • Thank you received: 241
  • Karma: 60
Glad I could help. :)
The administrator has disabled public write access.
  • Page:
  • 1