-
AuthorPosts
-
phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 4, 2013 at 9:00 am #511114Hi Klem,
It will be great if you can send me PM with your website’s url so that I can check out and give you more correct css styles in this case.
kmgdesign Friendkmgdesign
- Join date:
- October 2013
- Posts:
- 114
- Downloads:
- 152
- Uploads:
- 9
- Thanks:
- 13
- Thanked:
- 4 times in 3 posts
November 5, 2013 at 4:31 pm #511271<em>@Leo Burnetts 396431 wrote:</em><blockquote>Hi Klem,
It will be great if you can send me PM with your website’s url so that I can check out and give you more correct css styles in this case.</blockquote>
you got an pm
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 6, 2013 at 3:04 am #511302Hi,
You can get your requests by putting below css styles override into templates/ja_beranis/css/custom.css file:
/*Color of open menu item when hovering*/
.t3-mainnav .nav li.dropdown.open>.dropdown-toggle {
color: #2598c7;
}/*Remove small area with no active space*/
.t3-megamenu .mega.open > .mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu:hover>.mega-dropdown-menu {
margin-top: 0;
}/*Switch the black border line of sub-menu column to grey*/
.t3-megamenu .mega-dropdown-inner .mega-col-nav .mega-inner {
border-right: solid 1px gray;
}
I noted the purposes of css style quote inside the codes above so that you can easily change the properties if you want.
kmgdesign Friendkmgdesign
- Join date:
- October 2013
- Posts:
- 114
- Downloads:
- 152
- Uploads:
- 9
- Thanks:
- 13
- Thanked:
- 4 times in 3 posts
November 6, 2013 at 9:47 am #511338Hi Leo!
Nearly all, … 😉
Thanks at first. Coming back to ask.Klem
melanieb Friendmelanieb
- Join date:
- July 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 31
- Thanked:
- 23 times in 1 posts
November 10, 2013 at 4:36 pm #511750Hi Leo,
sorry for delay responding. I did as you suggested and have added it to the custom.css – I now have the darker font. One last problem though, I am trying to change the hover and active font colours, I tried adding:
.navbar .nav > li > a:focus {
color: #000000
}
.navbar .nav > li > a:hover {
color: #e6e6e6
}But it doesn’t have any effect. Is there something I am doing wrong?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 11, 2013 at 2:56 am #511769Hi,
That css style will not be effective completely because they just affect the menu items not containing the sub-menu items. You can try this:
.t3-mainnav .nav li.dropdown.open>.dropdown-toggle {
color:#fff;
}Chang to the color you want.
melanieb Friendmelanieb
- Join date:
- July 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 31
- Thanked:
- 23 times in 1 posts
November 11, 2013 at 11:39 am #511833Hi leo,
thanks again for responding.
that seems to have addressed the hovering of the main menu (was it supposed to do that?) but I can’t seem to get the active menu link to change colour – this still remains white. I have tried this (only set to black till I can get it to work):
.t3-mainnav .nav li.dropdown.open>.dropdown-toggle {
color:black;
}
.t3-mainnav .navbar .nav > li > a:focus {
color:black;
}
.t3-mainnav .navbar .nav > li > .active > a {
color:black;
}Please see attached image which shows the active menu link as white (you can’t see it)
Mel
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 12, 2013 at 12:13 pm #511973Hi Mel,
You can try to use below css format to apply the link effect of navigation on JA Beranis:
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle {
color: #fff;
}.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav>.active>a:focus {
color: #fff;
}Change to the color you want and put these codes into custom.css file as i mentioned.
1 user says Thank You to phong nam for this useful post
melanieb Friendmelanieb
- Join date:
- July 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 31
- Thanked:
- 23 times in 1 posts
November 12, 2013 at 7:24 pm #512018Thanks Leo,
it works perfectly now. Just one thing for any one else who needs to do this, I also had to change the t3 nav menu colours in the theme/template.css file.
Thanks for all your help it was most appreciated
1 user says Thank You to melanieb for this useful post
AuthorPostsThis topic contains 24 replies, has 4 voices, and was last updated by melanieb 10 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum