dusk frontend

 

This tutorial will focus on how to edit the best deals section. Just follow the steps below and you can change the images and description for your products.

1. Go to Design

2. Click on Static Pages

3. Look for /index.asp?p=/static/index.html

4. Click on Edit

 

dusk

 

5. Click on Source Code

 

source code

 

 

Important Notice :Please save a copy of the original source code before you proceed with the next steps.

 

6. Look for <div class=”jcarousel”>. You will need to edit the section of codes below <div class=”jcarousel”>.

 

code section

 

7. You will need to edit the codes in between <li> and </li>. Below is a description of what these codes mean:

  •  < a href = ” Insert your product item page link here ” >
  •  < img src = ” Insert your product item small image link here ” >
  •  < h6 > Insert your product item name here < /h6 >
  •  < a class = “more details” href = ” Insert your product item page link here ” >

 

8. You will need to edit the other codes in between <li> and </li> for other product item. You can add as many product item as you wish.