Viewing 9 posts - 21 through 29 (of 29 total)
  • Author
    Posts
  • #257892
    twin6
    Participant

    Hi @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.

    #257904
    Skandha
    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,
    Skandha

    #257929
    twin6
    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. 🙁

    #257945
    twin6
    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.

    #258044
    Skandha
    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,
    Skandha

    #258080
    twin6
    Participant

    Hi @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!

    #258178
    Skandha
    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,
    Skandha

    #259035
    twin6
    Participant

    Hi @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!

    #259042
    Skandha
    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

Viewing 9 posts - 21 through 29 (of 29 total)
  • The topic ‘Mobile Menu does not works in WP 5.5’ is closed to new replies.