Hi,
I'm currently struggling to modify the pop-up T&C's link on checkout page 2 so that either the background is white and doesn't inherit the image from the main checkout design OR the text within the popup is white instead of black.
Actinic support suggest that white text could be achieved using CSS but I'm afraid I'm almost totally clueless with CSS.
Can anyone help?
The code currently shows as...
I've searched the forums but can't find anything that I understand that fits the bill.
Thanks in advance for any pointers you can give me.
Dave
I'm currently struggling to modify the pop-up T&C's link on checkout page 2 so that either the background is white and doesn't inherit the image from the main checkout design OR the text within the popup is white instead of black.
Actinic support suggest that white text could be achieved using CSS but I'm afraid I'm almost totally clueless with CSS.
Can anyone help?
The code currently shows as...
Code:
<a class="checkout-textcolor" href="<Actinic:Variable Name="InfoPopupPageName"/>" target="ActPopup" onclick="return ShowPopUp('<Actinic:Variable Name="InfoPopupPageName"/>',650,400);" >Click here to view Terms and Conditions.</a>
Thanks in advance for any pointers you can give me.
Dave
Comment