Hello, I’m a little outdated with coding. I just built my first website since about 20 years ago…back when nobody was concerned with a mobile menu. I only really know desktop coding. I used a WordPress.org YITH block theme. I have sent the website to multiple peers for review and received the same feedback.
The hamburger icon is too small and lacks the word ‘MENU’…many missed seeing it which isn’t good
Second, the mobile sub menu has difficult to read colors and contrast that does not go with the theme of the website
I’ve tried editing with the WP software editor in code mode, AMP, Elementor, ect…cannot figure it out. I am totally lost! I can’t even see the code on the software.
Here is the mobile menu…the theme is orange and black
Hi @minicooperz00 . You’ll need to post a link to the site, as that’s the only way we can suggest code changes. There are various ways to update a WP theme — none of them particualrly intuitive, IMHO, but never mind.
Hi, I don’t do wordpress but from a css point of view you can change the color of the blue and black menu with the following code which will also add the word “menu” after the hamburger.
That code will need to go in your custom css file which should follow after all the original css. You will have to ask in a wordpress section how to add custom css but I assume you can do it via a control panel or something similar.
With that code in page those two items will look like this:
I found the custom CSS field and the code generated this…very close to what I was looking for! Can you assist to adjust every so slightly?
Can you shift the word “MENU” to the right one space and change the color to black to match the text above it? Can you increase the size of the hamburger icon?
Also, on the navigation menu the black background cuts off and the default gray/blue is revealed below it…can this be fixed?
photo on next post due to limit…
This worked, thank you so much! The WP support form couldn’t even answer this question and you got it!
One more coding question.
This is on the services page near the bottom, on desktop it displays correctly. It’s the superscript key with terms from above on the page. On mobile it cuts off part of 2 and all of 3 & 4. How do I fix this?
However I don’t know if that class (wp-container-core-group-is-layout-55) is used anywhere else. If it is then you would need to add a custom class on that element or select a class that is unique for that element.
I notice that on small screen (iphone SE) your heading (Palm Beach Auto Club ) has the word “Beach” split over two line with just the “h” on a line by itself.
I added it, I don’t have a small screen phone but on the WP preview it appears to have fixed it. The only other thing I see on their small screen preview is words being cut in half on the service page in the heading names.
Further thought…can I just remove the text (the company name) from the mobile version in the heading and just use the logo? I want to leave the text on the desktop version. The header looks cluttered on the mobile version.