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?
Thank you.
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?
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 ![]()
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
Thank you so much, it works!