Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #712071

    Hi,

    could you help me to get the white underline, that indicates active menu, to get under the menu name. I still want the menu hight intact, just to push up the white underline.

    //Thanks

    #712074

    Hey opvab,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-menu-fx {
        bottom: 10px;
    }
    .av-main-nav ul {
        top: 88%;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.