How to hide 'Example Product Title' boxes during website update and restore the product to the home

How to hide 'Example Product Title' boxes during website update and restore the product to the home

DawidW
Tourist
4 0 2

Hello, I have a question about how I can fix and restore a product to my store homepage because I was late paying for my Shopify subscription and my store was showing "Sample Product Name" instead of the product. I am asking for quick help and a step-by-step explanation of how I can fix it. My store is mixprots.com

Replies 3 (3)

devcoders
Shopify Partner
227 40 55

Hi @DawidW 

If you share your store URL and password with me, I will check and provide you with the solution.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com.
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
DawidW
Tourist
4 0 2

https://mixprots.com password-MixPro123

devcoders
Shopify Partner
227 40 55

Hi @DawidW 

- Go to Online Store -> Theme -> Edit code.
- Find the file assets/base.css and paste the code below at the bottom of the file.

 

.product__title {
display: none;
}

 

devcoders_0-1722699965810.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com.
If my assistance was helpful, please consider liking and accepting the solution. Thank you!