How to customize slide design in Sense theme?

Hey,

I’m building a store with the Sense theme. I would like to create my own slide design with a link option. but for some reason, the theme only offers a slide with text blocking the image

Can anyone offer a solution?

Hi @YoranD , it has option to add image slideshow

To create your own slide design with a link option in the Sense theme, you may need to modify the theme code. Here are the general steps you can follow:

  1. Open your Shopify theme’s code editor. Go to “Online Store” > “Themes” in your Shopify admin, and click on the “Actions” dropdown menu next to your current theme. Then, select “Edit code” from the options.

  2. In the code editor, navigate to the section or snippet responsible for the slideshow functionality. This can vary depending on the theme structure, but you can typically find it under the “Sections” or “Snippets” folder.

  3. Look for the code that generates the slide elements. This code may use HTML, CSS, and Liquid tags.

  4. Modify the slide code to create your own design and add the link option. You can customize the HTML and CSS to create the desired layout and styling for your slide. Ensure that you include the necessary HTML tags for the image and link elements.

    For example, you can use the following code as a starting point:


  [
    
  ](https://your-link-url.com)

Thank you very much!