10

Can anyone supply me a sample of customizing the django-cms menu template, please?

I have tried to look for the default menu.html in the cms package folder, but can't find anything.

Thanks.

Antony Hatchkins
  • 31,947
  • 10
  • 111
  • 111
LEHI
  • 109
  • 1
  • 4

1 Answers1

11

It's in the menus package. See https://github.com/divio/django-cms/blob/develop/menus/templates/menu/menu.html

ojii
  • 4,729
  • 2
  • 23
  • 34
  • I tried similar like this.But didn't worked perfectly.Can please look into this [question](https://stackoverflow.com/questions/59980497/changing-style-of-default-django-cms-menu-not-working-properly) – D_P Jan 30 '20 at 09:41