Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Cherry Zen Template Support Thread
fireant:
I would like the terms and conditions checkbox and line to stand out a little better. Is there a way to change just that one lines colour ?
define('TEXT_CONDITIONS_CONFIRM', '<span class="termsiagree">I have read and agreed to the terms and conditions bound to this order.</span>');
Should I put some HTML here ? .. or should it be done in the CSS ?
I am pretty new at this .. so if you could show me too that would be great :yes:
Since its "<span class="termsisagree">", then you can style it in the css with:
.termsisagree {color:#000000;}
