Home › Forums › Jevelin Theme › Mobile Menu Not Working
Home › Forums › Jevelin Theme › Mobile Menu Not Working
Hi @samv,
Sorry to hear of the problem you are having.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-nav-mobile li.current-menu-item > a { color: rgba(30,115,190,1)!important; } .sh-header-mobile .container.sh-nav-container { max-width: 100% !important; } .sh-nav-mobile li.menu-item > a { padding: 16px; }
Added the code. Something still not right here. Please open and close the menu a few times and see if you get what I do. The text colors goes to white and thus you can’t see the text.
Solution for this topic
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can try resolving the issue by using the below custom CSS code.
.sh-nav-mobile li.menu-item > a { background: transparent; }
Solution for this topic
The theme will be updated on themeforest and on the below link which you can download and update on your site using this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
Please login to access this file
You will also be notified here when the theme will be updated.
Ok. Thank you!
You are most welcome here 🙂