test
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • bohemiadesign Friend
    #647012

    Hi,

    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
    Jh

    jooservices Friend
    #647135

    Hi there
    Please provide your site access for inspecting

    Thank you,
    Viet Vu

    jooservices Friend
    #744156

    Hi there
    Please provide your site access for inspecting

    Thank you,
    Viet Vu

    bohemiadesign Friend
    #647136

    Hi,
    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
    Jh

    bohemiadesign Friend
    #744157

    Hi,
    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
    Jh

    jooservices Friend
    #647137

    Hi 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 Vu

    jooservices Friend
    #744158

    Hi 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 Vu

    bohemiadesign Friend
    #647152

    Hi,
    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 Friend
    #744173

    Hi,
    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 Friend
    #647153

    Hi there
    You can try with another way : border-top
    Ps:// Please do not touch less file. Only work with custom.css

    Thank you,
    Viet Vu

    jooservices Friend
    #744174

    Hi there
    You can try with another way : border-top
    Ps:// Please do not touch less file. Only work with custom.css

    Thank you,
    Viet Vu

    bohemiadesign Friend
    #647154

    But 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 Friend
    #744175

    But 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 Friend
    #647163

    Hi 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

    jooservices Friend
    #744184

    Hi 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

Viewing 15 posts - 1 through 15 (of 15 total)

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