Jump to content

add css code to header


Recommended Posts

hi,

how to add css (link) code to header ?

thanks

 

header.tpl file located in your theme directory (themes/YOUR_THEME/header.tpl) - add proper code in <head> section

if you use module, you can use addCSS function in hookHeader position: this->context->controller->addCSS($this->_path.'style.css', 'all');

Link to comment
Share on other sites

×
×
  • Create New...