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. Guest
  2. Motivator Hole-in-One Smile Seeker
  3. General Discussion
  4. Friday, 11 July 2014
  5.  Subscribe via email
Hi!
I want customize mega menu (color and style)

What's the process?
I tjink I can't to tyhis only from back end, but using custom.css
Thanks!
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Claudio,

If you want to customize style of an individual menu item, you can add extra class in Megamenu setting panel. You can check out the documentation: http://www.joomlart.com/documentation/purity-iii/faqs#megamenu-style

If you want to customize the global style of Megamenu, you can find the style in the navigation.less file in templates/t3_bs3_blank/less></code>. You can also add style in custom.css, it's up to you.

Gardner.
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
Hi Gardner!

I prefer to create a custom.css.

Can you write here an exemple?
Thanks a lot!
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
An example? :(
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi again,

Yeah, you can debug and customize style for element in megamenu then add the style to custom.css file. Here is an example for customizing color of a sub-megamenu color.

.t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
margin-top: 0%;
background: #0077bb;
}


If you want to customize style of any specific menu item, you can add class for the menu item in the Megamenu setting panel then add style for the class in the custom.css file.

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


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