Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058886
    fernando96
    Participant

    Hi,

    I need to get the “red line” width the hover position.

    I know there is a css line, but I can’t get the correct one.

    Regards,

    Oswaldo

    #1058891
    fernando96
    Participant

    Hi again,

    I’m using Integrity-1, my website: http://magreb.ogc-host.com

    Regards,

    Oswaldo

    #1058942
    Friech
    Moderator

    Hi Oswaldo,

    Thanks for writing in! But I can’t a “red line” on your site? If you would not mind please provide us a little more clarification of the issue, and what you’re trying to do.

    Cheers!

    #1058987
    fernando96
    Participant

    Hi,

    In Integrity-1, as standard, the menu is with letter in red and there is also a little red line up of the menu when you hover with the mouse.

    In my case, I don’t have that little red line in the menu of my website and I would like to use that option in the menu.

    Regards,

    Oswaldo

    #1059001
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .ubermenu .ubermenu-item.ubermenu-item-level-0 a:hover,.ubermenu-current-menu-item a {
        box-shadow: inset 0 4px 0 0 #ff2a13;
    }

    Hope that helps.

    #1059479
    fernando96
    Participant

    Hi,

    It’s working, thank you.

    Regards,

    Oswaldo

    #1059719
    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

    #1059743
    fernando96
    Participant

    Hi,

    The correction is working fine in the top menu, but now is also in the footer menu the same line.

    Regards,

    Oswaldo

    #1059800
    Christopher
    Moderator

    Hi there,

    Update previous code to :

    .x-navbar .ubermenu .ubermenu-item.ubermenu-item-level-0 a:hover, .x-navbar .ubermenu-current-menu-item a {
        box-shadow: inset 0 4px 0 0 #ff2a13;
    }

    Hope it helps.

    #1060694
    fernando96
    Participant

    Hi,

    Ok, now is everything working fine.

    Thanks again.

    Regards,

    Oswaldo

    #1060797
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

  • <script> jQuery(function($){ $("#no-reply-1058886 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>