Unsure why main menu icons are not shown for "Terminal" theme

I’ve tried to add pre

menu:
  main:
  - identifier: about
    name: About
    url: /about/
    weight: 1
    pre: <i class="fa-solid fa-code"></i>

but it didn’t help. There is config for my site. Are icons supported in this theme? :thinking:

No need to be unsure about it, look in the theme partial that build the menu and you see that it is not implemented.

You can copy this partial to the root of your project, i.e. layouts/partials/menu.html and make any needed changes. Hugo will use this version instead of the one in the theme.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.