- Thank you received: 0
Mega Menu
-
max@flexsystem.com
-
Topic Author
- New Member
-
Less
More
11 years 4 months ago #36565
by max@flexsystem.com
Mega Menu was created by max@flexsystem.com
1. How to change the font style and size of the mega menu? also want to display "Scenario" rather than "SCENARIO"?
2. Number of columns can be displayed are reducing from left side of the mega to right side of the mega. How to extend the number of columns near the right side of the mega?
Reference site: www.fesaconsol.com
2. Number of columns can be displayed are reducing from left side of the mega to right side of the mega. How to extend the number of columns near the right side of the mega?
Reference site: www.fesaconsol.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #36573
by ivan.milic
Replied by ivan.milic on topic Mega Menu
In templates/hot_cars/css/jquery.hjt.megamenu.css
.hjt-megamenu-dropdown-panel-content a:link, .hjt-megamenu-dropdown-panel-content a:visited {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-transform: none;
font-size: 13px;
}
for other thing:
.hjt-megamenu-menubar-item a:link, /* 1st lvl top menu text - passive */
.hjt-megamenu-menubar-item a:visited
{
// font-family:'Cuprum', arial, sans-serif;
font-family:vardana, arial, sans-serif;
text-transform:uppercase;
}
.hjt-megamenu-menubar-item a:hover /* 1st lvl top menu text - hover */
{
// font-family:'Cuprum', arial, sans-serif;
font-family:vardana, arial, sans-serif;
text-transform:uppercase;
}
remove text-transform:uppercase;
.hjt-megamenu-dropdown-panel-content a:link, .hjt-megamenu-dropdown-panel-content a:visited {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-transform: none;
font-size: 13px;
}
for other thing:
.hjt-megamenu-menubar-item a:link, /* 1st lvl top menu text - passive */
.hjt-megamenu-menubar-item a:visited
{
// font-family:'Cuprum', arial, sans-serif;
font-family:vardana, arial, sans-serif;
text-transform:uppercase;
}
.hjt-megamenu-menubar-item a:hover /* 1st lvl top menu text - hover */
{
// font-family:'Cuprum', arial, sans-serif;
font-family:vardana, arial, sans-serif;
text-transform:uppercase;
}
remove text-transform:uppercase;
Please Log in to join the conversation.
Time to create page: 0.142 seconds