-
AuthorPosts
-
jmgarcia Friend
jmgarcia
- Join date:
- March 2013
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanked:
- 2 times in 1 posts
March 21, 2013 at 11:16 am #186059Hello,
How to change the name “navigation” in the top menĂº when resize the windows?
Thanks!!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 22, 2013 at 11:40 am #487469You can change it here
Open templates/ja_university/js/menu/mega.js file
find “Navigation” and you can see it
jbutton = new Element ('div', {id:'ja-menu-button', html: 'Navigation', styles: { display: 'none'}}).inject (jmega, 'before');
And change it to anything you like
synapsis Friendsynapsis
- Join date:
- April 2007
- Posts:
- 234
- Downloads:
- 18
- Uploads:
- 28
- Thanks:
- 58
- Thanked:
- 19 times in 1 posts
June 9, 2014 at 8:37 am #538294EDIT: Nevermind on the first question, it seems to be working now. I’d still like help on making the Menu label a different color.
I’ve done this (changed it to say Menu instead), and it worked on some pages — but strangely, not on others. I’ve cleared my cache, on both browser and site, so I’m not sure what the problem is. Has anyone else had this issue?
I’d also like to change its color to make it stand out a bit more. Is that possible?
Thank you!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 10, 2014 at 12:00 pm #538480This is not bug because JA University Template is enabling the caching on your site. You can clear cache from admin area, see the screenshot
If you want to change color you can find the css style in templates/ja_university/css/layout-mobile.css file
#ja-menu-button {
border-right: 1px solid #222 ;
color: #ccc ;
display: block !important;
font-size: 1em;
font-weight: bold;
padding: 1em;
text-transform: uppercase;
text-align: center;
text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
z-index: 4;
}#ja-menu-button:hover,
.rjd-active #ja-menu-button {
color: #fff ;
cursor: pointer;
}Once done to clear cache from admin area
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change "navigation" in menu
Viewing 4 posts - 1 through 4 (of 4 total)