• Resolved abhijit1092

    (@abhijit1092)


    Hi,

    Mesocolumn is one of the best free themes i have ever used.

    I got into small problem, i don’t use mobile menu. Instead i keep both Top & Primary menu as it is for mobile view. Now, when i check my website on mobile i see wording MENU for both menus beside the three horizontal rows. I wamt to change the wording of both menus so that it can be differentiated. Please help. I am very grateful to Richie.

    Website: https://esellersuraksha.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    i don’t think that’s menu from theme, it is a mega menu plugin’s created menus. should ask in their plugin support on changing menu’s text. mark as resolved.

    Thread Starter abhijit1092

    (@abhijit1092)

    Thanks for reply @richie.
    I will contact mega menu & check out what could be done in this.
    You are great designer. Keep it up.

    Thread Starter abhijit1092

    (@abhijit1092)

    Hi,

    I have resolved above issue with mega menu plugin by blocking both TOP & PRIMARY menu so that i can use only Mobile menu. I used following code in css.

    @media only screen and (max-width: 900px) {
    	#mega-menu-wrap-primary {
    		display: none;
    	}
    }
    
    @media only screen and (max-width: 900px) {
    	#mega-menu-wrap-top {
    		display: none;
    	}
    }

    Only query i am having now is “Top Menu open all sub menu directly” is there any way to set this to open only main menu??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change menu wording of top & primary menu in mobile view’ is closed to new replies.