Solved

How to disable or remove product tabs - debutify theme

Jammy_Boy
Excursionist
13 1 1

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=13c8aa585847df77bbf8517f3d71a7...

Screenshot (193).png

Accepted Solution (1)

dfiroz
Excursionist
19 3 6

This is an accepted solution.

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;
}

Screenshot(5).png

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

If helpful, then please Like and Accept Solution.
Want to modify or custom changes on store, hire me.
- Feel free to contact me on imfirozhossain@gmail.com regarding any help

View solution in original post

Replies 3 (3)

dfiroz
Excursionist
19 3 6

This is an accepted solution.

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;
}

Screenshot(5).png

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

If helpful, then please Like and Accept Solution.
Want to modify or custom changes on store, hire me.
- Feel free to contact me on imfirozhossain@gmail.com regarding any help
Jammy_Boy
Excursionist
13 1 1

@dfiroz it works thanks so much!

dfiroz
Excursionist
19 3 6

@Jammy_Boy 

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

If helpful, then please Like and Accept Solution.
Want to modify or custom changes on store, hire me.
- Feel free to contact me on imfirozhossain@gmail.com regarding any help