I see that the template has been updated to v1.08 but cannot find release notes to check changes. Can you please provide?
JA Directory Template v1.08
gbtravel
Hi
You can follow our blog and updates section for new release and updates: https://www.joomlart.com/blog/news-updates/weekend-updates-7-more-joomla-templates-updated-to-joomla-3-9
For detailed comparison kindly follow the link provided by Pavit in the last reply.
Regards
pavit Thanks. Found what I was looking for.
Reason for asking is that I have made some changes in variables.less. I could not find this in the template at theme-magic.
So my question is how do I create an override in custom.css from below example instead of modifying the variables.less which I have done now by commenting out and adding a new line?
//@navbar-default-link-color: @white;
@navbar-default-link-color: #ed1c24;
Regards,
Peter
- Edited
gbtravel I am looking how to override variables.less in my custom.css
To be more precise and avoid confusion/ambiguity in addressing your query, Can you exactly elaborate as to what are you looking forward to achieve as variable.less and custom.css are two different files. Are you looking forward to some specific CSS modification and wishing to have some specific CSS rule-set be seen in custom.css file ?
T3 framework templates ship with empty Custom.css for which characteristics can be seen here
gbtravel
Hi
Less file use different code and would not be override in custom.css file.
If you want to customize template Theme, you can use ThemeMagic tool to create a new theme and override some css code using custom.css file. Variable.less is core file and will be override in each update.
Regards
aman204 To be precise:
I want to change this value which is set in variables.less ==> @navbar-default-link-color: @white; <=== into
==> @navbar-default-link-color: #ed1c24; <== with an override instead of changing the variables.less
I have searched where to change this with the ThemeMagic tool but could not find it.