This topic contains 32 replies, has 10 voices, and was last updated by Ninja Lead 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Sorry, I maybe asking simple question here.
How to make the template call the customs.css file? Done the file, but it does not seems to load. Using on version 3.2
Thanks.
You need to check if the yourdomain/templates/ja_beranis/css/customs.css file exists on your site first.
If it does, then check the templates/ja_beranis/tpls/blocks/head.php file and find code below
<?php
// CUSTOM CSS
if(is_file(T3_TEMPLATE_PATH . '/css/custom.css')) {
$this->addStyleSheet(T3_TEMPLATE_URL.'/css/custom.css');
}
?>
If such code does not exist, you can add it into the templates/ja_beranis/tpls/blocks/head.php file
Let me know if it helps.
This topic contains 32 replies, has 10 voices, and was last updated by Ninja Lead 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum