Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Yap Friend
    #190232

    Hi guys,

    I’ve create the custom.css in the “templates/ja_nex/css”, however it’ll not load with the website.
    Anyone have a solution for this? I’m running the latest JA Nex Quickstart package 3.1

    Regards
    yiap

    Ninja Lead Moderator
    #504379

    This JA Nex template is built with the old T3v2 framework, it will not have ‘custom.css’ file by default as in new T3 framework. If you still want to have a ‘custom.css’ file, you can open templates/ja_nex/css/template.css file

    and add this new line

    @import "custom.css";

    Yap Friend
    #504494

    Thank you Ninja Lead, is it possible to load the “custom.css” on the last so it’ll override all other settings?

    <em>@Ninja Lead 387664 wrote:</em><blockquote>This JA Nex template is built with the old T3v2 framework, it will not have ‘custom.css’ file by default as in new T3 framework. If you still want to have a ‘custom.css’ file, you can open templates/ja_nex/css/template.css file

    and add this new line

    @import "custom.css";
    </blockquote>

    Ninja Lead Moderator
    #504668

    You can do that this way

    Open plugins/system/jat3/jat3/base-themes/default/blocks/head.php file

    From

    <?php JHTML::stylesheet ( 'templates/system/css/system.css') ?>
    <?php JHTML::stylesheet ( 'templates/system/css/general.css') ?>

    Change to

    <?php JHTML::stylesheet ( 'templates/system/css/system.css') ?>
    <?php JHTML::stylesheet ( 'templates/system/css/general.css') ?>
    <link rel="stylesheet" href="path_custom_css_file" type="text/css" />

    Remember to clear cache from Admin area

    Yap Friend
    #504776

    Thank you Ninja Lead! it works very well. :laugh:

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Yap 10 years, 8 months ago.

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