Announcement

Collapse
No announcement yet.

How do I remove the horizontal line from above the Single Add to Cart button on my...

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

    How do I remove the horizontal line from above the Single Add to Cart button on my...

    How do I remove the horizontal line from above the Single Add to Cart button on my product pages?

    Navigate to the layout being used for the product and click on 'Edit List', in the resulting window click on 'Edit Rows and Columns'. Click on the 'After Row' column and then on the ... to edit the code.

    Change :
    </tr>
    <tr>
    <td class="dotted_line_blue" colspan="<actinic:variable name="ProductColumnCount" />"><img src="theme_shim.gif" height="1" width="1" alt=" " /></td>
    </tr>

    to

    </tr>
Working...
X