Hi there,
My menu is working fine on desktop. I have customised the colour of background and titles.
However, it is now not showing on either tablet or mobile. Here is the site - improvesquash.com
Any ideas what I should do?
Thanks
Hi there,
My menu is working fine on desktop. I have customised the colour of background and titles.
However, it is now not showing on either tablet or mobile. Here is the site - improvesquash.com
Any ideas what I should do?
Thanks
Hi There,
The color of mobile navbar button is white so you can’t see it. Please add this custom CSS under Theme Options > CSS:
a#x-btn-navbar {
color: #000;
}
If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.
I recommend you to watch following video that will help you to get started with CSS.
Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.
https://developers.google.com/web/tools/chrome-devtools/css/
Thanks.
Hi,
I added the CSS code, but nothing has happened. There is still no Menu showing on mobile.
Hello Martin,
I could not find the code that given by Thai in your page’s source code. Did you removed it? Please put it back and make sure that you add it in the X > Theme Options > Global CSS (http://prntscr.com/evui3r).
Please let us know how it goes.
Hi,
Thanks for replying. I have not removed the code. It is still there in the General CSS. I press ‘Save’ and then check - but still nothing has happened.
Hello Martin,
Do you have any caching plugin or feature in your site? Please clear your cache including your browser cache or use private browsing mode and test again.
Upon checking, I am seeing the icon:

Please let us know how it goes.
All sorted now.
Thank you very much for your excellent help.
Have a great day.
You’re most welcome Martin!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.