How to disable or remove product tabs - debutify theme

How do I disable/remove this bar at the top of the product page(has ared rectangle around it.)Store link:https://testingstore3-levo-plant.myshopify.com/?_ab=0&_fd=0&_sc=1&key=13c8aa585847df77bbf8517f3d71a7c245b017a18d6c369b0d6bb789ce521e23

Hello @Jammy_Boy

Follow the steps:

Admin Dashboard > themes> action > edit code > assets folder > theme.scss.liquid

and paste the below code at the bottom

.breadcrumbs {
	padding: 6px 0;
	background-color: #faf8ff;
	display: none !important;
}

If this post helps you, like this post and marked as accepted solution.

@dfiroz it works thanks so much!

@Jammy_Boy

Welcome.It will be great if you like the post.