Hide a div class on WordPress ID (Based on template) [closed]

Change your CSS to:

body.single-doctor .qodef-post-info-category { 
    display: none; 
}

Must have a SPACE between elements declaration.