This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #84390
     MaxArts
    Participant

    Hi,

    How to hide the menu  in dashboard-apearance “KLEO demo Data”. Many thanks.

    Attachments:
    You must be logged in to view attached files.
    #84494
     Radu
    Moderator

    Hi,

    Please add this code to your kleo-child/functions.php

    COPY CODE
    
    function remove_menu_links() {
            remove_submenu_page( 'themes.php', 'kleo_import' );
    }
    add_action( 'admin_init', 'remove_menu_links', 9999 );
    
    

    Note : Kleo child theme needs to be active.

    Let me know if it works

    Best regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #84835
     MaxArts
    Participant

    Hi Radu,

    The menu is still there. 🙁

    #84879
     Radu
    Moderator

    Hi again,

    The kleo child theme is active ? IF not can you please provide admin credentials to take a look ?

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?