×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: How to change color of field name on comment form?

How to change color of field name on comment form? 14 years 10 months ago #4534

  • Suzy
  • Suzy's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
My field names are white on a white background. I added the following (kindly supplied by G.S.) to the css but it didn't change anything.
#comment .sectiontableentry1 .postfooter a {
color: #000000 !important;
}
#comment .sectiontableentry1 .postfooter td {
padding: 0px;
}

This is how my layout area is configured:

Standard Template:
HTML = default - emotop
CSS = css

Copy current standard template = no

Your customized template: = use standard

The site is www.buttersville.net/index.php?option=co...g&Itemid=58#JOSC_TOP

Thank you!

How to change color of field name on comment form? 14 years 10 months ago #4536

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
find
#comment .item {
padding: 5px;
}
and change it to
#comment .item {
padding: 5px;
color: red;
}

or whatever value you want for red.
And something more - your captcha is not showing. Search the forum to solve this problem.

Have fun!
Daniel

How to change color of field name on comment form? 14 years 10 months ago #4541

  • Suzy
  • Suzy's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
That worked - thank you!
  • Page:
  • 1
Time to create page: 0.127 seconds