Is there a way to edit the $categorybox placeholder?
i'm working with the latest version of sts. what im trying to do is to add some styling to the category box.
here is a slice of the code.
<tr>
<td class="boxText"><a href="http://www.winecabinet-vinotemp.com/index.php?cPath=23">Wine Accessories</a><br><a href="http://www.winecabinet-vinotemp.com/index.php?cPath=21">Wine Chillers</a> (1)<br><a href="http://www.winecabinet-vinotemp.com/index.php?cPath=22">Wine Racking</a><br></td>
</tr>
this is what my css looks like
.boxText a:link, .boxText a:visited, .boxText a:hover, .boxText a:active {
text-decoration:none;
color:#ffffff;
display: block;
height: 20px;
width: 150px;
background-color: #333333;
border: 1px solid #000000;
padding: 0px;
}
but the problem is the number of sub categories is not wrapped in the <a>
is there a way to edit the code so the number of sub categories is wrapped in side the <a> tag?
i hope this makes sense.
link to the test template
thanks