Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi wentys

    Please open libs/hooks.php line:51

    * thanks ison
    */
            add_filter( 'wp_page_menu_args', 'raindrops_page_menu_args' );

    above line change below

    * thanks ison
    */
            //add_filter( 'wp_page_menu_args', 'raindrops_page_menu_args' );

    if you using child theme

    child_theme/functions.php add below code.

    function raindrops_page_menu_args( $args ) {
    
    return $args;
    }

    and second problem, Tagline not show below site title.

    Raindrops version ?

    are you anything change title and tagline section at customize.php ?

    Thank you.

    Thread Starter wentys

    (@wentys)

    tnx,
    all problems resolved

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘how remove "Home" button’ is closed to new replies.