- This topic has 28 replies, 4 voices, and was last updated 2 years, 8 months ago by
Skandha.
-
AuthorPosts
-
September 2, 2020 at 3:10 am #257892
twin6
ParticipantHi @Skandha, I am having couple issues with the menu after the updated to 4.2.2 today. On my laptop browser (Chrome) there is a “Menu” button between my logo and the actual menu which I can not remove and don’t know why it’s there. And my mobile view were with black menu bar with white text (hover over the black bar will turn gray), now is showing blue bar with black text. Not sure what’s going on.
My website: http://luxeweddings.ca/
Thank you very much.
September 2, 2020 at 4:40 am #257904Skandha
Participant@twin6: Hello there,
There was a menu issue in the theme after WP 5.5 update due to which the menu structure was changed in 4.2.2 theme update.I don’t see any menu button between the logo and menu on your site. It could be browser cache. Please try clearing your browser cache.
Let me know if you have any issues.
Kind Regards,
SkandhaSeptember 2, 2020 at 10:27 am #257929twin6
Participant@Skandha, the menu button only shows up when viewed on a laptop/desktop (not from mobile). I am not sure how to fix any of the 2 issues mentioned here. đ
September 2, 2020 at 2:31 pm #257945twin6
Participant@Skandha, actually the button in between the logo and the menu is gone. Just don’t know how to fix the colour for the mobile version. Thanks.
September 3, 2020 at 3:05 am #258044Skandha
Participant@twin6: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#menu-toggle, .main-navigation a { background-color: #000; } .header-sidebar .widget ul.menu a { color: #fff; }
Let me know if this solves your issue.
Kind Regards,
SkandhaSeptember 3, 2020 at 6:39 am #258080twin6
ParticipantHi @Skandha, I don’t want the look to change when viewing from the laptop/desktop (which should stay the way it is), it’s only for the mobile version. When I applied the code above, it changed everything. How do I apply the above code to mobile version only? Thank you!
September 4, 2020 at 3:51 am #258178Skandha
Participant@twin6: Hello there,
Please use the following CSS Code instead of the above one.@media screen and (max-width: 767px) { #menu-toggle, .main-navigation a { background-color: #000; } .header-sidebar .widget ul.menu a { color: #fff; } }
Let me know if this works out!
Kind Regards,
SkandhaSeptember 14, 2020 at 1:06 am #259035twin6
ParticipantHi @Skandha, sorry for the late reply! (life got busy). The code works! I changed the color from black to light gray but it’s perfect. Thank you so much for your help! Have a great day!
September 14, 2020 at 3:46 am #259042Skandha
Participant@twin6: Hello there, I hope I was able to resolve your issue. If itâs not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-kathmandu/reviews/#new-post
Your review will help others know what to expect when theyâre looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if thereâs anything else at all that I can do to help, donât hesitate to let me know. Have a good day! đKind Regards,
Skandha -
AuthorPosts
- The topic ‘Mobile Menu does not works in WP 5.5’ is closed to new replies.