Jump to content

Editing css in header


Everseeker

Recommended Posts

Just a simple question from a prestashop newbie.

 

Where can i find the line that add's product.css in the header?

 

This is what i have in head.tpl in my template

 

{if isset($css_files)}
   {foreach from=$css_files key=css_uri item=media}
   <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /></head>
   {/foreach}
{/if}

 

But i want to add product.css to global.css and use only one css file.

 

Thanks in advance

Link to comment
Share on other sites

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