Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2007
    Location
    WAY out West
    Posts
    89
    Plugin Contributions
    0

    Default Font and link colors subcategory heading

    Here is a link:

    http://200westmain.com/cart/index.ph...dex&cPath=6_50

    I am sorry I have not figured out what the proper names are for the bits of template I am trying to change.

    On the left side of the subcategory header bar the text "Product Image" is in white, I like this. I would also like to have the other text for the 'sort by functions' on the bar in white.

    The problem is that both that text and the page numbers immediately above in the top right seem to be linked.

    I need to have the page numbers etc in the dark green I have for the rest of the page. The title of the item was also linked but I was able to change that by using the information I found here:

    http://www.zen-cart.com/forum/showthread.php?t=62845

    which seems to lead to the third question.

    WHY are my product descriptions now centered on this page instead of left justified as it was before! How do I fix this, please & thank you.

  2. #2
    Join Date
    Mar 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Font and link colors subcategory heading

    try something like

    .productListing-heading a:link {
    color: white;
    }
    .productListing-heading a:visited {
    color: white;
    }

    its picking up the centered from this bunch of stuff

    .centeredContent, th, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, label#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align:center;
    }

    add

    .listingDescription, .itemTitle {
    text-align: left;
    }

    to fix the centering problem

  3. #3
    Join Date
    Mar 2007
    Location
    WAY out West
    Posts
    89
    Plugin Contributions
    0

    Default Re: Font and link colors subcategory heading

    WHY are my product descriptions now centered on this page instead of left justified as it was before! How do I fix this, please & thank you.
    That one I figured out! It was not hard once I found out what it was called. I went to the template removed .productListing-data,

    and reinserted it just below as:

    .productListing-data {
    text-align:left;
    }
    worked like a charm.


    Now to try the font-color solution you gave me.

  4. #4
    Join Date
    Mar 2007
    Location
    WAY out West
    Posts
    89
    Plugin Contributions
    0

    Default Re: Font and link colors subcategory heading

    What a lovely and elegant solution TMC-Sherpa. Thank you!

    I realize it is not of any earth shaking importance but it was bugging me.

    Thanks again

  5. #5
    Join Date
    Mar 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Font and link colors subcategory heading

    colors are always important. I've been to plenty of sites that are hard to navigate because its hard to read (one that always comes to mind had a black and white checker background with red text.... )
    if you don't have it already, grab the firebug and web developer plugins for firefox and all your div questions will be only a few clicks away

 

 

Similar Threads

  1. How can I change link colors in header, without changing all other link colors?
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 20 Jun 2012, 03:17 AM
  2. Skip subcategory link and list all subcategory products as product listing
    By ellivir in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Aug 2010, 05:06 PM
  3. Font size and colors messed up
    By lilrowo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 May 2010, 07:51 AM
  4. Editing link font colors for EZ-Pages
    By Heyzoos in forum Templates, Stylesheets, Page Layout
    Replies: 21
    Last Post: 7 Nov 2009, 06:06 PM
  5. different font sizes and colors for boxes and category descriptions
    By melena in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Jul 2008, 07:02 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