Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1047187

    Hi,
    Please check http://stapromachinebouw.nl/home/
    The little line that shows when hovering over a menu item is gone? What did I do?
    How can I get it back?
    Thanks for your help.
    Martine

    #1047197

    you got this in your source code – mayby in your quick css:
    because of the merged file i could not locate it where you got it.

    .av_minimal_header .avia-menu-fx {
        display: none;
    }

    so get rid of that rule – and the underline on hover will work as you like

    #1047210

    Thanks for your answer! I can’t find it either. This is de Quick CSS I’ve added. There’s nothing that could cause this, is there?

    .avia-icon-list .iconlist_icon {
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 20px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
    }

    .avia-icon-list .av-iconlist-empty .iconlist_title {
    margin-top: 1px;
    }

    .avia-icon-list .iconlist_title {
    text-transform: initial;
    top: 4px;
    position: absolute;
    }

    .avia-timeline-horizontal .av-milestone-date span {
    display: block;
    zoom: 1;
    position: absolute;
    width: 30px;
    height: 1px;
    left: -65px;
    top: 0.5em;
    display: none;
    }

    .phone-info {
    float: left;
    font-weight: bold;
    line-height: 20px;
    font-size: 12px;
    padding: 5px 0;
    }

    I tried to delete this one but no result:
    .avia-timeline-horizontal .av-milestone-date span {
    display: block;
    zoom: 1;
    position: absolute;
    width: 30px;
    height: 1px;
    left: -65px;
    top: 0.5em;
    display: none;
    }

    I didn’t add of change any code somewhere else.

    #1047368

    Hey,

    Please go to Enfold theme options > Header > Header Style and choose to display “default” instead of “minimal”

    Cheers!
    Yigit

    #1047423

    Thanks Yigit!

    #1047693

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Little line underneath menu items’ is closed to new replies.