• Resolved ymke

    (@ymke)


    Hi,
    I would like to know how to get the mobile menu working, because I do not see it when i resize my browser on my desktop I assume I have to activate it first?
    Also I would like to know how I can remove the icons shown in the sidebar, for example
    with archives and categories. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The mobile menu just needs a menu assigned to it in the menus page of the wp admin.

    as for hiding the icons add this to your custom css box in the theme options:

    .widget-inner li a:before {
    display:none !important;
    }

    Kadence Themes

    Thread Starter ymke

    (@ymke)

    Great! Thank you very much for the quick reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘activating mobile menu / removing sidebar icons’ is closed to new replies.