Please add this CSS in your style css file:-
.main-navigation {
opacity: 10 !important;
}
Hope it will help you
Hey thankyou for your response but its still not working.
I have checked your website has cache. Please try to clear cache then check
Cleared the cache 3 to 4 times using wp fastest cache it is not working either.
but it still showing opacity: 0
(@contentiskey)
here is the CSS that seems to be impacting the visibility of the menu items.
if a simple change to opacity is not working for you, please contact the theme’s specific support team for guidance to override the opacity setting.
.main-navigation {
opacity: 0;
min-width: 270px;
max-width: 80%;
position: fixed;
z-index: 9002;
top: 0;
bottom: 0;
left: 0;
padding: 30px 60px;
text-transform: uppercase;
background-color: #fff;
transition: transform .2s ease-in;
transform: translateX(-100%);
}
I tried all the ways you told me to. You can check this website ///
The one above was a copy of this website.
i think your issue has been fixed. please marked it as resolved. if you find it fine
Really strange when i am inside the wp -admin dashboard it doesnt display but when i go incognito it display the menu
@muktadhawan Can you help me please because the menu disappeared again even in incognito mode.