Shopify themes, liquid, logos, and UX
I face a white bar type line in my product page of Shopify Debutify theme. It does not show in the entire website, just show in the product page. My website URL: endlessbazar.com
Solved! Go to the solution
This is an accepted solution.
Hello @hammad_123
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
.dbtfy-recently-viewed-bar__content.tab.horizontal {
display: none !important;
}
Thanks
Hi @hammad_123
This is caused by the recently viewed section. You can disable this section to solve the issue
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @hammad_123
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.dbtfy-recently-viewed-bar__content.tab.horizontal {
display: none;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
This is an accepted solution.
Hello @hammad_123
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
.dbtfy-recently-viewed-bar__content.tab.horizontal {
display: none !important;
}
Thanks
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025