I wanted to know how can I hook up current page of the product catalog to css.
If you take a look at this article here.
You will see that it should be possible mark current page and stile it with css.
When if I am trying to use this pager in the same way described in this article I can't seem to find the way to give current page a css selector so I could give it some stiling.
For example if I am viewing page #2, it is not marked. Cause there is no way I could select it in css.
See the attachment
In product catalog I am using this code here...
<div class="alignRight"> <a id="prevpage" class="pagePrevButtom2" href="<!--@Ecom:ProductList.PrevPage.Clean-->"></a> <span class="numberPager"><!--@LoopStart(Ecom:ProductList.Pages5)--> <!--DwTemplateTags--> <a href="<!--@Ecom:ProductList.Pages5.Page.Url-->"><!--@Ecom:ProductList.Pages5.Page.Number--></a> <!--@LoopEnd(Ecom:ProductList.Pages5)--> </span> <a id="nextpage" class="pageNextButtom2" href="<!--@Ecom:ProductList.NextPage.Clean-->"></a> <span class="pagerEnd"> Side <!--@Ecom:ProductList.CurrentPage--> af <!--@Ecom:ProductList.TotalPages--></span> </div><!--/alignRight-->
Thanks for help in advance :-)
Regards,
Dmitrij