Hi I am using a modified bartik theme, and I want to change around the body.
I've been trying to change it using variations of the following, since that's what most of the doc. says to do, but it doesn't work.
function bartik_preprocess_html(&$variables) {
$variables['theme_hook_suggestions'][] = 'html__node__7';
Any ideas?