Results 1 to 2 of 2
  1. #1
    Join Date
    May 2008
    Posts
    31
    Plugin Contributions
    0

    Default Product Listeng Changing navSplitPagesLinks

    if you like to change your navSplitPagesLinks to something like this

    http://www.dynamicdrive.com/style/cs...nation_links/#

    is very easy just add this to your stylesheet


    /*Credits: Dynamic Drive CSS Library */
    /*URL: http://www.dynamicdrive.com/style/ */

    .pagination{
    padding: 2px;
    }

    .pagination ul{
    margin: 0;
    padding: 0;
    text-align: left; /*Set to "right" to right align pagination interface*/
    font-size: 16px;
    }

    .pagination li{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
    }

    .pagination a, .pagination a:visited{
    padding: 0 5px;
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #2e6ab1;
    }

    .pagination a:hover, .pagination a:active{
    border: 1px solid #2b66a5;
    color: #000;
    background-color: #FFFF80;
    }

    .pagination a.currentpage{
    background-color: #2e6ab1;
    color: #FFF !important;
    border-color: #2b66a5;
    font-weight: bold;
    cursor: default;
    }

    and includes/templates/template_default/templates/tpl_modulos_product_listing.php

    replece "navSplitPagesLinks forward" with "pagination"

    same in
    includes/templates/template_default/templates/tpl_product_new_default.php

    i try to change the size of the font anybody knows where to changed?

    enyoy!!!!

  2. #2
    Join Date
    May 2008
    Posts
    31
    Plugin Contributions
    0

    Default Re: Product Listeng Changing navSplitPagesLinks

    is couples .pagination we dont need but is somebody can work on it a little and make looks more like the demo.....

    look alot better anyway but can look even better

 

 

Similar Threads

  1. v139h Change product order and price by changing product attributes
    By panosx13 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 10 Feb 2014, 08:56 PM
  2. v151 New Product - Changing Product Qty Max from Default "0 - Unlimted" to 1
    By vesuvians in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 4 Jan 2013, 12:35 AM
  3. Changing the 'category' to 'product' and 'product' to 'item'
    By airscopes in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Dec 2010, 04:21 PM
  4. Changing a product's category
    By Jace in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 17 Nov 2010, 12:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg