"SHOP NOW" BUTTON

Topic summary

Issue: In the Shopify Dawn theme, replacing a photo banner with a video banner caused the “Shop now/Buy now” button to disappear.

Theme behavior: The Dawn video section doesn’t support a built‑in CTA/button overlay.

Proposed solutions:

  • Service option: One responder offered paid help to add the button via custom code.
  • DIY fix: Edit sections/video.liquid, locate the closing tag , and insert an HTML anchor button right after it (e.g., a link styled as a button to /collections/all). The button text and href should be customized to the store’s needs.

Notes:

  • The code snippet is central to the fix; it manually adds a CTA over/near the video.
  • A screenshot was shared to illustrate the missing button.

Status: No confirmation from the original poster; a clear workaround was provided but the resolution is unverified. The key open point is whether the custom code successfully restores the CTA on the video banner.

Summarized with AI on December 17. AI used: gpt-5.

Hi guys, I am using now Dawn as theme, but I am having a problem. After I removed the photo banner and replaced it with a video banner i noticed that the button “buy/shop now” disappeared. Is there any way to add it again?

Hi @elbisse

If you are talking about a video section in Dawn, unfortunately, there is no option to place the button in the video. You will need to have a code written to add the button. We can write the code for you with competitive pricing if you are interested. Send us a message if you want to move forward

Hello @elbisse ,

Follow the steps:

  1. Edit video.liquid under sections
    Search for this element
    Next to it add this html
Shop all

Save the changes .
Note: Change the button name and href a/to your need.

Thanks