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
738 156 160

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
10766 2128 2249

Hi @hammad_123 

This is caused by the recently viewed section. You can disable this section to solve the issue 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

websensepro
Shopify Partner
1790 203 247

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
738 156 160

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