-
AuthorPosts
-
January 14, 2013 at 7:17 am #183953
I need to change the hover colour on the main nav in ja mero. when using the light template the hover is also white! I have tried changing loads of colours in the css file but to no avail? Can some nice person please give me some help?
ThanksNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 16, 2013 at 7:30 am #479974You can change it here
<blockquote>templates/ja_mero/css/themes/light/template.css</blockquote>
from
.ja-mainnav .navbar .nav > li > a:focus,
.ja-mainnav .navbar .nav > li > a:hover {
background: transparent;
color: #fff
text-shadow: none;
}.ja-mainnav .nav li.dropdown.open > .dropdown-toggle {
background: transparent;
}
change to
.ja-mainnav .navbar .nav > li > a:focus,
.ja-mainnav .navbar .nav > li > a:hover {
background: transparent;
color: red;
text-shadow: none;
}.ja-mainnav .nav li.dropdown.open > .dropdown-toggle {
background: transparent;
color:red;
}1 user says Thank You to Ninja Lead for this useful post
marco17 Friendmarco17
- Join date:
- January 2009
- Posts:
- 229
- Downloads:
- 17
- Uploads:
- 36
- Thanks:
- 26
- Thanked:
- 3 times in 2 posts
January 31, 2013 at 10:59 am #481848Hi,
and how we can change the color when you click over the menu option to disply the submenu?
Many thanks.
Marco
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 1, 2013 at 9:04 am #481971You can change it here
<blockquote>Open templates/ja_mero/less/navigation.less file</blockquote>// Hover state
// -----------
.ja-mainnav .dropdown-menu li > a:hover,
.ja-mainnav .dropdown-menu li > a:focus,
.ja-mainnav .dropdown-submenu:hover > a {
background: @gray;
color: @white;
}// Active state
// ------------
.ja-mainnav .dropdown-menu .active > a,
.ja-mainnav .dropdown-menu .active > a:hover {
background: @TPLbaseColor;
}May 18, 2013 at 2:44 am #493204Hello,
I can we change the color for the mainnav text? (not when selected or hover, but the main menu text)
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by Ninja Lead 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum