Announcement

Collapse
No announcement yet.

Terms & Conditions Agreed Link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Terms & Conditions Agreed Link

    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...

    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>
    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

    #2
    You need to change the Design Library for Terms and Condition Popup Page use: <body style="background: #ffffff;background-image:none;">
    Peblaco

    Comment


      #3
      Thank you so much.

      That works a treat!

      Dave

      Comment

      Working...
      X