Adding Custom Body Class for Page: Shop

you could try to use this:

add_filter('body_class', 'custom_body_class');
function custom_body_class($classes) {
    global $post;
    if ($post->ID == 346) {
        $classes[] = 'services';
    }
    return $classes;
}

This can be used anywhere as its pulling the global variable first.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)