Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #60815
    Patty
    Member

    Hi Guys,

    First of all, thank you for this great theme! I do not regret my purchase!

    I would very much like to put the menu below the image slider. I found a topic where you explained to put this code in the Functions.php:

    // Unhook default functions
    function unhook_default_functions() {
    remove_action( ‘catcheverest_before_main’,

    ‘catcheverest_slider_display’, 10 );
    }
    add_action(‘init’,’unhook_default_functions’);

    add_action( ‘catcheverest_after_hgroup_wrap’,

    ‘catcheverest_slider_display’, 10 );
    }

    I tried doing that, but it doesn’t work. I also tried to paste this code in the custom CSS area, but no luck as well. What could I do wrong?

    #60817
    Patty
    Member

    I use the Catch Everest Pro theme, BTW.

    #61097
    Patty
    Member

    well, thanks I guess :-/

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Put menu below slider’ is closed to new replies.