Announcement

Collapse
No announcement yet.

bg image on terms page

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

    bg image on terms page

    I'm using a bg image to fill the width of the page, whilst the content is fixed at 920 and centred.

    However i find that the bg image is showing on the terms and conditions (when you click the link to T&C in the checkout. It also shows on extended info.

    How do i remove the bg image from these pages? bg image is coded as bg image in the style sheet and site options.

    #2
    You can add some inline styling into the head area of your extended info pages that sets background-image: none; which basically gets rid of it for those pages.

    Code:
    <style type="text/css">
    /*These override the default styles that are in the Actinic CSS */
    body, html {background-image: none;}
    </style>

    Comment


      #3
      Ta Lee, thats done it.

      I also found a page i never knew exsisted - terms and conditions pop up.

      Comment


        #4
        Originally posted by pinbrook View Post
        terms and conditions pop up.
        *shudders*

        that damn page gives me a coding error on the first upload each time I've opened Actinic. On 2 sites

        No idea what's supposed to be wrong with it..clearly nothing really because the coding error mysteriously vanishes the minute you run a coding error check!

        <end rant >
        Tracey

        Comment


          #5
          I have found problems with that also in the past (v8 and v9) so now add the pop-up contents to the bottom of the cart layouts so they are always visible and no coding errors.


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment

          Working...
          X