Deleting Product Selector On Product Page

Hi all,

On the product page, on the top right, there is a product selector : "<1 of 5>" (if 5 products of the category exist).

Does anyone know how to remove it from the page ?

Thanks a lot and have a great day !

Hello

Comment line {include file="common/view_tools.tpl"} in files

/design/themes/responsive/templates/common/breadcrumbs.tpl

and

/design/themes/responsive/templates/views/products/quick_view.tpl

Best regards

Robert

Also you can add the following code to the CSS section of the Theme editor

.ty-product-switcher {
    display: none !important;
}