🎨
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

Category Images

Documentation on how to add icons/images to Sidebar Categories.

PreviousCustom Content BlocksNextLinks Navbar

Last updated 4 months ago

Was this helpful?

Category Images are now part of the Tebex Category settings by default and from now on you can change them in settings rather than in file.

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

Category Images are images located right next to Category name on sidebar or above Category name in Categories Browse Modal.

You can add images to whichever category you want (+ for Home & CMS Pages) but they can't be added to subcategories.

To add Category Images you have to go to '' file and at the top in category_images section change enabled to true. In id field you need to put ID/Name (lowercase) of Category & in image you have to put direct link to image.

Now you can copy/paste configuration over and over for all of your categories/pages.

Example with multiple images:

list: [{
    id: "123",
    image: "https://i.imgur.io/image.png"
}, {
    id: "1234",
    image: "https://i.imgur.io/image.png"
}]
layout.html