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. moore lee
  2. General Discussion
  3. Thursday, 20 August 2015
  4.  Subscribe via email
I try to override the mainmenu. I always get output of mod_menu from T3 framework.
I read http://www.t3-framework.org/documentation/extend-com-content#isolate-template document

The file priority should be the answer but I cannot get the override correctly.

The purpose of override is that I want to remove the "nav navbar-nav" class of "ul" tag

Do I miss something?

May I get help from you?

T3 framework : 2.5.0
template: T3 Bs3 Blank
Joomla! : 3.4.3

Many Thanks
Martin
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

To customize style of Megamenu, just do as normal for any other style customization for your template. Add css rules to the file: templates/t3_bs3_blank/css/custom.css, just make sure the css rules are correct.

http://easycaptures.com/fs/uploaded/932/9290080031.jpg

For the UL > LI style in megamenu, here is the default css rules:

.module-ct > ul, .module-ct .custom > ul, .module-ct > ol, .module-ct .custom > ol {
margin-left: 20px;
padding-left: 0;
}

.t3-megamenu .t3-module ul li, .t3-megamenu .t3-module .nav li {
list-style: disc;
display: list-item;
float: none;
margin: 0;
padding: 0;
border: 0;
}


You can copy the css rules to the custom.css file and customize it as you want.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


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