@roghithsam Currently this feature is not available, but you can hide this manually by adding below given CSS code and replace 1, 2, 3 with product ids in which you want to hide contact seller section, you can also add more products with comma separated CSS code as given below. In next release this feature will be include in plugin.
/*Product page*/
#product-1 .wp_inbox_message_box_toggle_div,
#product-2 .wp_inbox_message_box_toggle_div,
#product-3 .wp_inbox_message_box_toggle_div{
display: none;
}
Thanks
@abdulrazzaq4085 thank you for helping the users, we can release a checkbox thing in future versions for users convenience.