Clickable button in Forge them

Topic summary

A user created a Black Friday sale banner in Canva and wants to make the “Shop Black Friday Sale Here” and “Contact Us” buttons clickable when added to their Shopify homepage as a Slideshow Image. They’re asking if there’s a better section type than slideshow for this purpose.

Proposed Solution:

  • Use a Custom HTML Section instead of the slideshow
  • Navigate to: Admin Panel → Online Store → Themes → Customize → Add Section → Custom HTML
  • Insert HTML code that layers clickable buttons over the banner image using absolute positioning

Implementation Steps:

  • Replace YOUR_BANNER_IMAGE_URL with the Canva banner URL
  • Replace YOUR_BLACK_FRIDAY_LINK and YOUR_CONTACT_US_LINK with respective destination URLs
  • The code includes inline CSS styling for button appearance (colors, padding, border-radius)

This approach allows full control over button functionality and positioning that standard slideshow sections don’t support.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

Hello all,

I want to add the attached banner to my website. I built the banner in Canva, but I cannot find a way to link the “Shop Black Friday Sale Here” and “Contact Us” buttons when I add it to my homepage as a Slideshow Image. Is there any way to do this? Is there a section other than “slideshow” which would be better suited for this? Thanks!

Use a Custom HTML Section (Better for Links)

  1. Go to admin panel.

  2. Online Store > Themes > Customize.

  3. Add a new section Custom HTML to your homepage by clicking Add Section.

add the below snippet.


Black Friday Sale

NOTE:
Replace YOUR_BANNER_IMAGE_URL with the URL of the banner you created in Canva, and replace YOUR_BLACK_FRIDAY_LINK and YOUR_CONTACT_US_LINK with the respective URLs for the buttons.