Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Mark Kennedy Friend
    #190313

    Hi,

    To customize the look of my ja-onepage template, should I be in development mode and editing one of these files?
    templatesja_onepagelessthemesmodern
    template.less
    variables.less
    variables-custom.less

    Or should I be using theme magic?

    I enabled development mode.
    After using theme magic it has changed variables-custom.less but the preview didn’t change.
    For example the bg colour of the heading is #fff100 or yellow and it is still white.

    Changing the header bg colour worked on the following themes:
    default, metro, solid.
    And didn’t work on the following
    Modern, and retro.

    Or should I be customizing css files? Like custom.css or template.css in the themes folder.

    Any help or links to info would be greatly appreciated. 🙂

    TomC Moderator
    #504749

    For myself, I’ve always found the best way to work on modifying CSS and the like with Joomla 3.0+ templates is to set the template to Development Mode and utilize an online web development tool like FIREBUG to identify the appropriate CSS rules/properties and test out modifications prior to committing them to my actual template.

    Saguaros Moderator
    #504804

    Less is really useful and great for development but after changing Less file you need to compile Less to css

    In case you’re not familiar with Less, you can make your change in css custom.css or template.css in the themes folder. It’s recommended to add your css customization in custom.css file since your changes will not be affected when updating template/framework. And when your site loads css file instead of less (in development mode), it will load faster.

    http://t3-framework.org/documentation/customization.html#custom-css

    Mark Kennedy Friend
    #504814

    Thanks for the replies! Very Helpful.

    I am now adding my custom css to custom.css!

    If I wanted to develop in less is there an equivalent custom.less file?

    Saguaros Moderator
    #504820

    No, mate. Custom.css is used for css customization only, if there is a custom.less file then when you compile, it will override the custom.css file :p

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

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

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