Jump to content

[SOLVED] Terms & Conditions Pop Up Issue


Recommended Posts

Hi,

I was just wondering if its possible to edit this code on the order-carrier.tpl.

{l s='(read)'}



Basically I would like it to show in the window as it does but inside an additional div. Even though it says to display content only there are still some background images and footer text on show. If I can get everything inside the thickbox window to open in another div I will be able to turn them off with CSS.

Does anyone know how?!

Thanks!

Link to comment
Share on other sites

You could change line 40 of header.tpl in your theme's directory from:

<body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>



to:

<body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}{if $smarty.get.content_only == 1} class="content_only"{/if}>



Then you could use code like the following to target the thickbox:

body.content_only

  • Like 1
Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...