Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jmgarcia Friend
    #186059

    Hello,

    How to change the name “navigation” in the top menĂº when resize the windows?

    Thanks!!

    Ninja Lead Moderator
    #487469

    You 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 Friend
    #538294

    EDIT: 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 Moderator
    #538480

    This 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


    1. clear_caching
Viewing 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