Changing Color of the Hamburger Menu on Certain Pages on Mobile Version

@hi99445
There are a lot of different varieties how to construct your own custom-menu

  1. Using an HTML-Component (+DB-connection/DATASET)
  2. Using an Custom-Element (+DB-connection/DATASET)
  3. Using a REPEATER + DATABASE (or DATASET)
  4. Using a → MULTISTATE-BOX (+DB-connection/DATASET)
  5. Using just buttons (+DB-connection/DATASET)

And surely there are even more possibilities regarding a mix of all presented verions.

It’s on you how → COMPLEX ← you want to design your Custom-Menu.

Or you want even to CREATE a MEGA-MENU (including connections to a DB) ?

Take a look here for example:

This is a basic example for a MEGA-MENU. You can expand it’s functionalities, functions and features.

You will recognize that like i already assumed, there are even more elements, which can be used to create a MENU. In this example → STRIPES ← are also used.

Good luck!