Jump to content
  • 0

Caspio Knowledge Base Navigation Bar


lengleng

Question

5 answers to this question

Recommended Posts

  • 0

The code for the Navigation menu is not on the HTML, but on the JavaScript files since it's the most efficient way to do, and you can just call it using one line on every HTML Page.

1. Go to JS folder of the Application

2. Right-click on the file named 'common' and edit it using your desired Text Editor

3. You may look for the line 'function load_user_sidenavbar(active_nav)' for user navigation menu and 'function load_admin_sidenavbar(active_nav)' for the admin navigation menu. You can use Ctrl + F if the application supports that function.

Hope this helps!

Link to comment
Share on other sites

  • 0

That's good to hear @KweenYasmin!

Those icons are not in the CSS, but in the class, you may notice that it has classes like class="fa fa-plus ..." for the Add New or class="fa fa-gavel ..." for the hammer looking one.

Just change the fa-plus to any icon you want to. You should be able to see what class you should use for an icon in this website https://fontawesome.com/v4.7.0/icons/ . Try out plus or gavel, and you'll see the same

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...