How to hide 'Example Product Title' boxes during website update?

How to hide 'Example Product Title' boxes during website update?

ClaireDonna
Tourist
7 0 1

Hello Experts!  We are currently updating our website (rubyandscarlet.com) and product listings.  We have made all products inactive whilst we do this.  On the product pages, however, it shows random 'Example Product Title $19.99' boxes.  Is there a simple way to not show these boxes?  I have found one other question about this and a solution, but I could not figure out how to achieve the solution!  So if anyone could please give me a very simple step-by-step solution I would be most grateful!!  Many thanks in advance. 

Replies 4 (4)

Muhammad_Ali_S
Shopify Partner
669 122 185

@ClaireDonna,

The simple solution is to add this code at the bottom of your theme.scss.liquid file.
After making the Products Active, Remove this code.

.template-collection main#MainContent {
    display: none;
}


 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142
ClaireDonna
Tourist
7 0 1

Thank you!

 

jorgenovo04
Tourist
10 0 2

Can I do the same on a dawn theme code that has all products active online, but for some reason its showing the 'Example Product Title $19.99' boxes in some collection pages?

 

example: https://www.magiccrystals.com/a/search/labradorite-crystal?filter_shop_crystals=gemstone-carvings

Growfunnel
Tourist
3 0 1

How did you solve this? I'm running into the same issue and I'm baffled.