<ul>
<li><a href="url">Title</a></li>
... trimmed
<li>
<div class="pagination">
<ul>
<li class="PagedList-skipToNext">
<a href="/NextPage">> Next</a>
</li>
</ul>
</div>
</li>
</ul>
I have a list as above, at the bottom of the list within li
tag there is a pager, and it takes the style of li
on the top however I want just >Next
there in text format,without any styles.
I have tried to override the styles and no luck.
How can i clear the styles of .pagination
block?
Thanks.