Hi,
I'm trying to add new left sidebars to the Silver theme so that I have product headings and their variations listed rather than the main 'Product Section' heading followed by the main sections listed. Example:
<h1>Product 1</h1>
<ul>
<li>Product 1 variation 1</li>
<li>Product 1 variation 2</li>
<li>Product 1 variation 3</li>
</ul>
then new list:
<h1>Product 2</h1>
<ul>
<li>Product 2 variation 1</li>
<li>Product 2 variation 2</li>
<li>Product 2 variation 3</li>
</ul>
etc.
Each h1 heading will link to a main page, and each li will link to a product sub page. Am I in need of a reality check or is this possible?
Cheers in advance.
I'm trying to add new left sidebars to the Silver theme so that I have product headings and their variations listed rather than the main 'Product Section' heading followed by the main sections listed. Example:
<h1>Product 1</h1>
<ul>
<li>Product 1 variation 1</li>
<li>Product 1 variation 2</li>
<li>Product 1 variation 3</li>
</ul>
then new list:
<h1>Product 2</h1>
<ul>
<li>Product 2 variation 1</li>
<li>Product 2 variation 2</li>
<li>Product 2 variation 3</li>
</ul>
etc.
Each h1 heading will link to a main page, and each li will link to a product sub page. Am I in need of a reality check or is this possible?
Cheers in advance.
Comment