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!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- 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.
- En...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
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025