🎨
Tebex Themes
DiscordBuiltByBit
  • Champion Tickets Docs
  • Champion Ultra Docs
  • Champion Ptero Docs
  • Welcome
    • Introduction
    • Images
      • Champion Tebex Images
      • Gladiator Tebex Images
  • Installation & Setup
    • How to Install
    • Configuration
    • Custom Header Particles
    • Custom Content Blocks
    • Category Images
    • Links Navbar
  • Other
    • FAQ
    • Add Team Member
    • Featured Packages
    • Discord Widget
    • Steam Mode
    • News
    • Footer
Powered by GitBook
On this page

Was this helpful?

  1. Installation & Setup

Links Navbar

Documentation on how to add Links Navigation Bar.

PreviousCategory ImagesNextFAQ

Last updated 1 year ago

Was this helpful?

Only Champion Tebex Theme supports Links Navbar. This is just for those who use that theme. This is not supported by Gladiator Tebex Theme.

Links Navbar is a navigation bar with links located on the top of the all other topbars/content blocks.

Links Navbar

To add link to Links Navbar, you have to go to '' file and at the top in navigation_links section change enabled to true.

In the name field you have to enter the name for the Link, into the link field you have to put the link you want & into the icon field you have to put FontAwesome Icon (e.g. fas fa-home).

Now you can copy/paste configuration over and over for every link you want.

Example with multiple links:

list: [{
    name: "Home",
    link: "https://your-site.com",
    icon: "fas fa-home"
}, {
    name: "Vote",
    link: "https://vote.your-site.com",
    icon: "fas fa-vote-yea"
}]
layout.html