-
AuthorPosts
-
bohemiadesign Friend
bohemiadesign
- Join date:
- March 2010
- Posts:
- 194
- Downloads:
- 26
- Uploads:
- 19
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
August 2, 2015 at 2:19 am #647012Hi,
By default when hovering over the menu items on the main menu the lines are animated under the menu item. Is it possible to move the lines to be above the menu?
Thanks
Jhjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 2, 2015 at 2:24 am #647135Hi there
Please provide your site access for inspectingThank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 2, 2015 at 2:24 am #744156Hi there
Please provide your site access for inspectingThank you,
Viet Vubohemiadesign Friendbohemiadesign
- Join date:
- March 2010
- Posts:
- 194
- Downloads:
- 26
- Uploads:
- 19
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
August 2, 2015 at 2:26 am #647136Hi,
I have just started to look at this site and have it on localhost.
Here is a link to demo site http://www.joomlart.com/demo/#ja_fixel
where you can see the lines under the main menu.
Thanks
Jhbohemiadesign Friendbohemiadesign
- Join date:
- March 2010
- Posts:
- 194
- Downloads:
- 26
- Uploads:
- 19
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
August 2, 2015 at 2:26 am #744157Hi,
I have just started to look at this site and have it on localhost.
Here is a link to demo site http://www.joomlart.com/demo/#ja_fixel
where you can see the lines under the main menu.
Thanks
Jhjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 2, 2015 at 2:35 am #647137Hi there
Please try these code with :before.t3-mainnav .navbar .nav > .active > a:after, .t3-mainnav .navbar .nav > .active > a:hover:after, .t3-mainnav .navbar .nav > .active > a:focus:after {
background-color: #fff
width: 100%;
}.t3-mainnav .navbar .nav > li > a:after {
background: #eee
bottom: 15px;
content: "";
display: block;
height: 2px;
left: 0;
position: absolute;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
width: 0;
}Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 2, 2015 at 2:35 am #744158Hi there
Please try these code with :before.t3-mainnav .navbar .nav > .active > a:after, .t3-mainnav .navbar .nav > .active > a:hover:after, .t3-mainnav .navbar .nav > .active > a:focus:after {
background-color: #fff
width: 100%;
}.t3-mainnav .navbar .nav > li > a:after {
background: #eee
bottom: 15px;
content: "";
display: block;
height: 2px;
left: 0;
position: absolute;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
width: 0;
}Thank you,
Viet Vubohemiadesign Friendbohemiadesign
- Join date:
- March 2010
- Posts:
- 194
- Downloads:
- 26
- Uploads:
- 19
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
August 2, 2015 at 9:31 am #647152Hi,
Thank you for getting back to me. I have been looking for the .less file where to change the suggested code but can’t find it.
I tried putting into a custom.css file but that didn’t work. I believe the reason it didn’t work is that the style is not exactly the same.Thanks
Jh
bohemiadesign Friendbohemiadesign
- Join date:
- March 2010
- Posts:
- 194
- Downloads:
- 26
- Uploads:
- 19
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
August 2, 2015 at 9:31 am #744173Hi,
Thank you for getting back to me. I have been looking for the .less file where to change the suggested code but can’t find it.
I tried putting into a custom.css file but that didn’t work. I believe the reason it didn’t work is that the style is not exactly the same.Thanks
Jh
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 2, 2015 at 9:33 am #647153Hi there
You can try with another way : border-top
Ps:// Please do not touch less file. Only work with custom.cssThank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 2, 2015 at 9:33 am #744174Hi there
You can try with another way : border-top
Ps:// Please do not touch less file. Only work with custom.cssThank you,
Viet Vubohemiadesign Friendbohemiadesign
- Join date:
- March 2010
- Posts:
- 194
- Downloads:
- 26
- Uploads:
- 19
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
August 2, 2015 at 9:53 am #647154But I use border top I can I still get the animated line? and how do I turn-off the line under the menu item?
bohemiadesign Friendbohemiadesign
- Join date:
- March 2010
- Posts:
- 194
- Downloads:
- 26
- Uploads:
- 19
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
August 2, 2015 at 9:53 am #744175But I use border top I can I still get the animated line? and how do I turn-off the line under the menu item?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 2, 2015 at 1:00 pm #647163Hi there
In fact you can use with animate but with extra css 3. Please check out css 3 document for detail.
If you can’t work on it please provide your site backend & CPanel access. I’ll help you work on it.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 2, 2015 at 1:00 pm #744184Hi there
In fact you can use with animate but with extra css 3. Please check out css 3 document for detail.
If you can’t work on it please provide your site backend & CPanel access. I’ll help you work on it.Thank you,
Viet Vu -
AuthorPosts
This topic contains 15 replies, has 2 voices, and was last updated by jooservices 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum