Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    56
    Plugin Contributions
    0

    Default Font color for the "NEXT" and "PREVIOUS" page

    Is there an easy way to change font color and bold the fonts for PREVIOUS and NEXT at the bottom of the products pages?

    tx
    zzzoom

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,961
    Plugin Contributions
    25

    Default Re: Font color for the "NEXT" and "PREVIOUS" page

    Add to your stylesheet
    Code:
    #productsListingListingBottomLinks/*this will change color of the unlinked number - delete if you don't want that*/, #productsListingListingBottomLinks a {
        color: #112233;
        font-weight: bold;
        }
    /* if you want to change the font size, you need a separate declaration: */
    #productsListingListingBottomLinks {
        font-size: 1.2em;
        }

 

 

Similar Threads

  1. Shopping cart - trying to turn off "Total Items" "Weight" and "Price"
    By deshojo in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 4 Apr 2011, 07:15 PM
  2. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM
  3. Font color of "links" in the product area?
    By PetesTown in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 31 Jul 2007, 10:59 PM
  4. Replies: 0
    Last Post: 5 Jan 2007, 02:35 AM

Bookmarks

Posting Permissions

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