Home › Forums › Lorina Pro › Close Menu display… › Reply To: Close Menu display…
May 17, 2020 at 11:31 am
#10611
Andy
Keymaster
It is the display: inline;
line that is making it always visible, including on desktop.
You don’t need to include this line.
The following CSS code is all you should need to make the close menu visible on smaller screens:
#site-navigation .menu-close {
opacity: 1;
}