Menu text not showing on mobile

The website is working just fine on desktop but on mobile, there is no menu to be seen. Can someone help?

Hey Akhil,

That is because there is a default CSS code that is setting the mobile burger icon to white which blends with the navigation area’s background.

Please add this code in X > Theme Options > CSS:

.x-btn-navbar, .
x-btn-navbar:hover {
    color: #000;
    font-size: 35px;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.