Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #116776
    emree025
    Participant

    Hello dear catchbox team. Thank u very much for these great theme.
    I use latest catchbox 4.6.2 version
    How to change the word “Menu” in responsive to “Menü” for an german website.
    Best regards

    #116798
    Mahesh
    Keymaster

    emree025: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #mobile-header-left-menu .mobile-menu-text {
    	visibility: hidden;
    	position: relative;
    }
    
    #mobile-header-left-menu .mobile-menu-text:after {
    	visibility: visible;
    	position: absolute;
    	top: 0;
    	left: 5px;
    	content: "Menü";
    }

    Regards,
    Mahesh

    #117200
    emree025
    Participant

    Thank u very much 🙂

    #117360
    Mahesh
    Keymaster

    @emree025: 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-box/reviews/#postform
    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.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change word Menu to Menü’ is closed to new replies.