1999 Posts in 530 Topics by 433 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » Terms and conditions error format
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Howard, Sean, Ryan M., biapar, Willr, Ingo, Jedateach, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1008 Views |
-
Terms and conditions error format

27 November 2009 at 6:59am
I am having problems formatting the t&c error message at the bottom of the order form (see attached). It overlays itself and the actual T&c message.
The code that display this is
<span class="message required">I agree to the terms and conditions stated on the <a href="terms-and-conditions" title="Read the shop terms and conditions for this site">terms and conditions</a> page is required</span>
Can anyone help on how to reformat it?
Thanks
Catherine
-
Re: Terms and conditions error format

27 November 2009 at 9:02am
I had the exact same issue once. I ended up just using firebug to track down the CSS in question and change the font size.
Have you tried this?
Aaron
-
Re: Terms and conditions error format

28 November 2009 at 11:32am
thanks Aaron. I had tried this before but was picking up the wrong css entry. Tracking through Firebug solved this. Changed
.required {
margin: 40px;
padding: 0px 5px;
width: 92%;
color: #DC1313;
font-size: 11px;
}and it solved ths issue.
Catherine
| 1008 Views | ||
|
Page:
1
|
Go to Top |

