Menu list goes missing in mobile view

Hi, I’ve just noticed that my menu items disappear when in mobile view.

My URL is https://phase2face.co.

Thanks in advance.

hey there

Please add this CSS in appearance - customize - additional CSS

#mobile-menu-trigger i {
color: #ffffff;
}

Thanks!
Colorlib Support Team

Great. It works!

One more minor issue is when I hover on the “Account” (top of the page) and Instagram icon (bottom of the page), it changes to black color.

Also, on the menu, the “current page” is also black in color.

Thanks in advance!

Good evening

Use this code for account hover problem:

.top-header-bar-container .top-header-bar li.top-account a:hover {
color: #FFF;
}

Menu current state - i already answered on this question to you :slight_smile:
https://colorlibsupport.com/t/menu-mouse-over-colour/#post-202084

Great! It works!

Sorry for asking again. Missed that post.

I will close this case now, Feel free to contact us again if you have other questions Thanks!