Announcement

Collapse
No announcement yet.

I'm using the Hotshot theme. How do I add an extra box to the sidebar?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I'm using the Hotshot theme. How do I add an extra box to the sidebar?

    Add the following code to 'Works Best with Hotshot' layout (Design | Library | Layouts | Web Page Outer Layouts). Put it just after the 'Sidebar Best Sellers List in a Box' variable:

    HTML Code:
    <br />
        <div class="hotshot-box-main">
        <div class="hotshot-box-content">
            <div align="center">
             MY TEXT
            </div>
        </div>
        </div>
    If you want it in the left sidebar then add it in after the 'Brochure Nav Bar In A Shaded Box' variable. In the right sidebar add it in after the 'BestSellerListSidebar' variable.

    Replace 'MY TEXT' with the relevant contents for the box. Alternatively, you could create variables (Design | Library | Variables tab) for these items and enter the data in the appropriate field in the interface.
Working...
X