Okay
  Public Ticket #2609221
Menus in footer
Closed

Comments

  • Polinity started the conversation

    Hi!

    I have a problem with footer 8. Menus (Information, My account) are not appearing in footer. Under Widgets those menus are under footer-v8 second and third menu, menus are correct aswell. How can I solve this problem?

  •  608
    WordPress replied

    Hello,

    Thank for your purchase.

    You can go to Appearance -> Menus -> Then you check if there is menu item information or not ?. If not, you need to create a new menu.

    9468876422.png

    Then, you go to Appearance -> Widgets -> Footer v8 second menu -> Choose menu for widgets -> Save

    4682971482.png



  • Polinity replied

    Hello! Yes, it is all right. Information is set as a menu, but nothing happens

  •  608
    WordPress replied

    Hello,

    You can add custom style css

    .footer .widget-title,
    .footer .widget_nav_menu .menu{
        display: block !important;
    }


  • Polinity replied

    Thanks, it worked!