prestashop_newuser Posted April 1, 2014 Share Posted April 1, 2014 Hi, I am doing a theme in Prestashop 1.6. In this theme I want to include a css file. But I don't know what is the correct way to include css file in template. In modules I know how to add a css file. So can someone tell me how to add a css file in 1.6? Any help and suggestions will be really appreciable Thanks Link to comment Share on other sites More sharing options...
vekia Posted April 1, 2014 Share Posted April 1, 2014 if it is external css file, use this: <link href="http://website.com/mystyle/file.css" rel="stylesheet" type="text/css" media="all"> in your .tpl file. 1 Link to comment Share on other sites More sharing options...
Recommended Posts