Hi I'm trying to remove the #access div from one page (affiliate).
I have tried
body.slug-affiliate #access
and
function remove_menu() {
if (is_page('affiliate')) {
remove_action('thematic_header','thematic_access',9);
}
add_action('init', 'remove_menu');
}
with no love.
Any help much appreciated
Thanks Ben Paris