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

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&amp;view=featured&amp;itemid=435&amp;limitstart=4" class="pagenav">2</a>
      </li>
      <li class="pagination-next">
         <a title="next" href="/joomla_25_8/index.php?option=com_content&amp;view=featured&amp;itemid=435&amp;limitstart=4" class="pagenav">next</a>
      </li>
      <li class="pagination-end">
         <a title="end" href="/joomla_25_8/index.php?option=com_content&amp;view=featured&amp;itemid=435&amp;limitstart=4" class="pagenav">end</a>
      </li>
   </ul>
</div>





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support