There appears to be a glitch with the color of the nav menu being the same color as the header. You cannot see the nav menu in dark blue since it matches the color of the header. The nav menu should be white color. This glitch only happens when centering align the logo. If you left-align the logo there is no glitch. Need to keep our logo center line and the nav menu white color so end-users can click on the nav menu.
Would also like to place copyright information in small yellow font text in the navigation menu under the Contact link.
The navigation menu only shows when the logo is left-aligned. Any suggestions?
I am sorry for the trouble. Looks likely the color option won’t work. That’s why the mobile menu button won’t appear. To add your own custom color, try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.mobile-header .menu-toggle svg {
fill: #fff;
}
Please raise separate topics for your other questions to avoid endless threads in single topic. Use one topic for one question, please.
Tried to the above and added the code to Additional CSS still does not seem to work. Maybe a glitch with the header color and the nav menu color connected or embedded together. Need help.
Hi @harmani,
As checked from your site’s source code, you put incorrect code. Currently it looks like this:
mobile-header .menu-toggle svg {
fill: #fff;
}
Please visit your site’s Additional CSS and correct it to
.mobile-header .menu-toggle svg {
fill: #fff;
}
Thanks Kharis. Glitch problem solved. Thank you.
You’re welcome!
Feel free to raise a new topic for your other questions. Please use one topic for one question.
Thank you. I have created a new topic regarding my other question.