Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Posts
    55
    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
    22,010
    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. v150 How do I move the "Previous Next Navigation Bar Position"?
    By Johnnycopilot in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Mar 2012, 10:56 PM
  2. How do I change the "sales message goes here" font, size and color?
    By popemil in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Aug 2010, 09:28 PM
  3. Change font color of "Home" and "LogIn" at navMainWrapper (Top of page)
    By Eglantin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Dec 2008, 12:19 PM
  4. Removing the []>> from the page links, so "[Next >>]" becomes "Next"
    By dsided in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Sep 2008, 02:57 PM
  5. Formatting the "Previous/Next" element
    By bluealice in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Oct 2007, 07:43 PM

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