I face a white bar type line in my product page of Shopify Debutify theme.

Solved

I face a white bar type line in my product page of Shopify Debutify theme.

hammad_123
Visitor
1 0 0

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

Accepted Solution (1)

GTLOfficial
Shopify Partner
851 176 190

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11698 2292 2474

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.

websensepro
Shopify Partner
1903 229 270

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:

websensepro_0-1734506408175.png

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

GTLOfficial
Shopify Partner
851 176 190

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh