joomla pagination styling - Joomla! Forum - community, help and support
hi joomla experts, want change joomla pagination styles. mean start, prev, next , end instead of want replace different images. start there 2 images, when active , when inactive ans on.
thank in advance
thank in advance
for example, following typical code generated navigation. may notice, plenty of room there customization based on class names , tags.
code: select all
<div class="pagination clearfix">
<p class="counter">
<span>page 1 of 2</span>
</p>
<ul>
<li class="pagination-start">
<span class="pagenav">start</span>
</li>
<li class="pagination-prev">
<span class="pagenav">prev</span>
</li>
<li>
<span class="pagenav">1</span>
</li>
<li>
<a title="2" href="/joomla_25_8/index.php?option=com_content&view=featured&itemid=435&limitstart=4" class="pagenav">2</a>
</li>
<li class="pagination-next">
<a title="next" href="/joomla_25_8/index.php?option=com_content&view=featured&itemid=435&limitstart=4" class="pagenav">next</a>
</li>
<li class="pagination-end">
<a title="end" href="/joomla_25_8/index.php?option=com_content&view=featured&itemid=435&limitstart=4" class="pagenav">end</a>
</li>
</ul>
</div>
Comments
Post a Comment