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.
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
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
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
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
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.