Reply To: Top Menu subitems not appearing on hover Home › Forums › Agama Pro › Top Menu subitems not appearing on hover › Reply To: Top Menu subitems not appearing on hover April 30, 2020 at 6:52 am #26499 ZexModerator Hello ORLA! Try to insert the following codes into Customizing->General->Additional CSS: .top-links .menu-item-has-children:hover ul{ display:block!important; } .top-links ul.sub-menu li a { line-height: 15px!important; } Regards