How do you change colour of mobile main navigation button
Hi there,
Please add this code in X > Theme Options > CSS:

#x-btn-navbar {
color: #333;
}
Here are some related links for further reading:
- 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 Colors - https://goo.gl/rM1ys1
- CSS Color Values - https://goo.gl/rM1ys1
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.