Viewing 2 posts - 31 through 32 (of 32 total)
  • Author
    Posts
  • ruskenb Friend
    #532185

    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.

    Ninja Lead Moderator
    #532405

    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.

Viewing 2 posts - 31 through 32 (of 32 total)

This topic contains 32 replies, has 10 voices, and was last updated by  Ninja Lead 9 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum