Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • stefas Friend
    #188924

    Where should we edit the CSS files in order to override future updates ?

    I can see CSS files in t3-assets > dev and the template folder > less

    Which one is safe to use ?

    John Wesley Brett Moderator
    #498918

    Use the file “custom.css” in your template css folder.
    This is specifically created to allow you to customize without fear of losing your work when updates appear.

    Have fun!

    MoonSailor Friend
    #498981

    Hi stefas,

    If your site is in development stage, you can set “Enable Development Mode” to “Yes”: it will automatically compile less to css and put it to folder t3-assets > dev. When finishing, you can compile Less to Css button

    and set “Enable Development Mode” to “No”

    now your site will load from css folder of your template.

    Check out this documentation page for more info: http://t3-framework.org/documentation/customization.html#custom-css

    Regards


    1. 3467452279
    2. 2719535944
    stefas Friend
    #500008

    Hi MoonSailor,

    We have edited the t3-assets > dev > CSS Files. When we compile less to css or set enable mode to NO the default css stylesheets load.

    What are we doing wrong ? We have only edited CSS files in t3-assets > dev folder.

    Saguaros Moderator
    #500082

    Hi Stefas,

    I’m afraid that you’re mis-understanding the Compile Less to Css option. The Compile LESS to CSS option is to compile the LESS that that we use to develop the webiste to CSS files that our website runs on (when development mode is off). The LESS files will be compiled to corresponding CSS files. And it will override all current CSS files.

    Hence, if you are not familiar with Less and want to customize with Css, you should make your own changes in /templates/ja_yourdefault_template/css/custom.css

    Hope you got the idea.

    Regards

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

This topic contains 5 replies, has 4 voices, and was last updated by  Saguaros 11 years, 3 months ago.

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