On same pages of my site while on a mobile device the navigation link at the top right is not visible.
Hi @juryk,
Thank you for reaching out to us. To fix the mobile menu button issue, please add the following code in the Theme Options > CSS:
.x-btn-navbar {
color: #ad8a2b !important;
font-size: 15px !important;
}
Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
- CSS Media Queries - https://goo.gl/L3ZHNg
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.