Jump to content

Background-image/color in thickbox (when viewing terms of service in checkout)?


Recommended Posts

Hi.

I'm having an issue with the thickbox (i think it's the thickbox).
When I view the terms of service during checkout they open up in a "popup" with the same backgroundimage as the shop.
I have a grey background and the textcolor is grey, so it's really hard to read the text.

I have tried to edit the thickbox.css but without success :(

How do I change the backgroundimage and/or color in the pop-up window?
I would prefer it plain white.

7365_tBR1YBbKJyOM0TafRdHt_t

Link to comment
Share on other sites

  • 3 weeks later...

In the file header.tpl in the theme folder, row 39 you'll find this:
<body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>
Change to:
<body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if} {if $content_only}style="background:#000000;"{/if}>

and #000000; descides your color :)

Link to comment
Share on other sites

  • 1 month later...
  • 9 months later...

Hello I've got a request.
I tried this solution, but when I change the header.tpl as written and then I reload the checkout page, the page disappeare.
Could you please upload here a working header.tpl file PLEASE

many thanks

Link to comment
Share on other sites

×
×
  • Create New...