- This topic has 9 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Secondary Menu color
Hi support,
Can you please help me adjust my secondary menu color as it can’t be seen right now: http://prntscr.com/ccsfrq
Here is my sit url: http://goo.gl/9Vxqop
Regards,
Where is the secondary menu? I am not getting this on your site.
That’s why I ask you to make it visible 🙂 Try to hover your mouse, and you will see as in this screenshot: http://prnt.sc/ccsfrq
Any update Chinmoy? I hope you know very well where is the secondary menu located? Can you pleaes guide me how to change the background color so that the menu item will be visible?
Add this CSS
.nav-secondary .genesis-nav-menu a {
color: #666;
}
Thanks, just one more question. How can we change the word MENU that seen on mobile devices? Screenshot: http://prntscr.com/cdjpqd
Regards,
Hi Chinmoy,
Have you check for me?
It is in js/global.js file. See this line
$( '.nav-secondary .genesis-nav-menu, .nav-header .genesis-nav-menu' ).before('<div class="responsive-menu-icon"><span>MENU</span></div>');
Can I simply change the word “MENU” from here? Hope it doesn’t break the site 🙁
Example:
$( '.nav-secondary .genesis-nav-menu, .nav-header .genesis-nav-menu' ).before('<div class="responsive-menu-icon"><span>MENU2</span></div>');
$( '.nav-secondary .genesis-nav-menu, .nav-header .genesis-nav-menu' ).before('<div class="responsive-menu-icon"><span class="screen-reader-text">MENU</span></div>');
It will hide the menu text.