We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Konstantinos Moissiadis
  2. General Discussion
  3. Wednesday, 14 October 2015
  4.  Subscribe via email
Hi, I tried editing the t3-assets/dev/template.megamenu.less.css, 3-assets/dev/template.navbar.less.css, 3-assets/dev/template.navigation.less.css and added the code below to my custom.css. But no luck. Any help will be greatly appreciated. You can see the issue here http://www.metamorphosistlc.com/what-we-offer/learning-opportunities.html. Also I have attached a screenshot. Thank you very much.

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

background-color: #e7e7e7;

color: #555555;

}
Attachments (1)
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

The assets folder is cache folder, it means files in the folder can be deleted anytime so DON'T customize anything with files in the folder. Every customization should be implemented in the template folder: templates/t3_bs3_blank/
If you do customization in "less" folder, after finishing the customization, you have to compile LESS to CSS. If you want to customize style with CSS, create custom.css file in the "css" folder and add css rules to the file, if you add css to other css files, they can be removed as each time you compile LESS to CSS, the css files are overridden.

Check the documentation for more details: http://www.t3-framework.org/documentation/extend-com-content#isolate-template

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Gardner,

I created a custom.css but it still does not change the active submenu. The code changes only the first level of mega menu.
I have attached a screenshot, look at the circle. Any thoughts? Thank you.
Attachments (1)
References
  1. http://www.metamorphosistlc.com/what-we-offer/learning-opportunities/event-calendar.html
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.