Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #450214

    I would like to know where to edit the bottom border of the menu so that it will be thicker. I would also like to make a parent menu item show up as active (bottom border appears) when a submenu (child page) item is open.

    Thank You.

    #450401

    Hi cinchmedia!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #450420
    This reply has been marked as private.
    #450756

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

     .avia-menu-fx {
      height: 5px;
    }
    li.current-menu-ancestor>a>.avia-menu-fx {
      opacity: 1;
      visibility: visible;
    }

    Regards,
    Yigit

    #450771

    That pushed the menu up to the top of the header. I want the bottom border to remain at the bottom of the header (as displayed in the link I provided). Thanks

    • This reply was modified 9 years, 7 months ago by cinchmedia.
    #451072

    Hey!

    The code above should increase the height of the “orange line” but it should remain at the bottom. Can you please test it again? If possible, please provide a screenshot after you add the code so that we can see the issue.

    Cheers!
    Ismael

    #453501

    My apologies. I had activated the child theme, and for some reason that made the menu jump up to the top of the header. Thanks… your solution did work.

    #453831

    Hi!

    Great! If you have any question, let us know. :)

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Menu Bottom Border – How to edit’ is closed to new replies.