Put menu below slider
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?