Disable wp_enqueue_styles action for specific page

Check the $wp_styles global to get the stylesheet IDs.

global $wp_styles;
var_dump($wp_styles);

Look for the handle key. Or…

var_dump(array_keys($wp_styles->registered));

That should give you what you need to dequeue them.

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