How to remove blank video

Good day,

I would like to ask how to remove this, "Sorry, this video does not exist. I already deleted it from the pages but after I save, it still appears when I preview. Any idea how to remove this?

https://vionicshoes.com.ph/

Thank you.

Hi @SMSIGroup1 ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css or styles.css

Step 3: Insert the below code at the bottom of the file → Save

iframe.optanon-category-C0004 {
    display: none !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it asa solution. Thank you :heart_eyes:

Hi @SMSIGroup1

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

#shopify-section-template--16859042971836__main iframe.optanon-category-C0004 { display: none; }

Hope that my solution works for you.

Best regards,

Henry | PageFly

In addition, I noticed that your homepage has a few problems such as the section “TRENDING STYLES” is blank.
The pagination of the “NEW ARRIVALS” section does not have a certain distance from the section below. I think you should add some space to it to make it clearer.

Thank you so much, it works!