DrApple
VP-CART New User

Australia
74 Posts |
Posted - April 10 2012 : 23:58:12
|
Is there a way to get id or class tags on each sidebarcell?
I want to format the Minicart differently to the other cells but can't see how to get an id or class tag on them.
<div class="sidebarcell"> should be <div class="sidebarcell minicart">
Better still would be if it used the sequence number or title identifier. <div class="sidebarcell sbcell01"> -------------------------------------------------- <div class="sidebarcell"> <div id="side_minicart_title_16" class="title"> <h2>Mini Cart</h2> </div> <div class="contentcell"> <span class="message"> Your Cart Is Empty</span> </div> </div>
DrApple |
|