Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Mar 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Can't change the "price" and "Item Name" Link

    So it looks like that [FONT="Fixedsys"]#contentMainWrapper a[/FONT] is overriding things. I noticed in my CSS file it doesn't specify a color:

    [FONT="Fixedsys"]/*wrappers - page or section containers*/
    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 750px;
    vertical-align: top;
    border: 1px solid #9a9a9a;
    }

    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }[/FONT]


    Can you try moving the color specification maybe to #mainWrapper? Alternatively what happens if you just comment it out?

    [FONT="Fixedsys"]/*
    #contentMainWrapper a
    {
    color: blue;
    }
    */
    [/FONT]
    What's the effect?

  2. #12
    Join Date
    Oct 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Can't change the "price" and "Item Name" Link

    This issue was killing me. You fix worked perfectly. You have to do this in the template folder, in my case it was "Classic". Thanks for putting this together.

  3. #13
    Join Date
    Jun 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Can't change the "price" and "Item Name" Link

    Quote Originally Posted by talk2kmf View Post
    Here's a CSS snippet for changing the color (or any other attributes-- font, size, etc) of the "Item Name" and "Price" titles on the product list page. Since they're links they change colors unlike the "Product Image" title.

    As a newbie this took me ages to figure out (naturally I was very Zen about it .) There may be a better way to do this but since no one posted one... I hope this saves others some time:

    I'm using the classic template, just change "classic" for your template directory

    1) Open /includes/templates/classic/css/stylesheet.css
    2) Add:

    [FONT="Courier New"]#listCell0-1, #listCell0-2, #listCell0-3, #listCell0-4, .productListing-heading a {
    color: #ffffff;
    font-size: 1em;
    text-align: center;
    }[/FONT]

    3) Save the file.

    Cheers.
    Hello,

    Thanks for your message. I had the same issue and it really worked great for me. Thanks a lot.

    However One more issue I have related to this. I was able to change the color to white of Item Name and Price titles. but I also added the another css style for changing color on mouse hover. but it didn't work. Can you please advise. I added the follow style code.
    Code:
    .productListing-heading a:hover {
    color: #ffffff;
    }
    Regards
    Ali

  4. #14
    Join Date
    Jun 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Can't change the "price" and "Item Name" Link

    Thanks for posting this solution!
    Pasting:

    #listCell0-1, #listCell0-2, #listCell0-3, #listCell0-4, .productListing-heading a {
    color: #ffffff;
    font-size: 1em;
    text-align: center;
    }

    at the end of the stylesheet.css worked perfectly!
    Now only about 37 more tweaks to go

    eb
    http://MagneticBreeze.com -- Powered By ZenCart

  5. #15
    Join Date
    Feb 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Can't change the "price" and "Item Name" Link

    Thanks for the solution in this forum. I had the same problem; i.e., Item Name and Price were in blue with a green background so difficult to see. On my own I got as far as figuring out:
    .productListing-heading {
    color: #FFFFFF;
    }
    as an additional line in my Classic/css/stylesheet.css. But what I was missing was the "a".
    Need to put the "a" for active link after the class:
    .productListing-heading a {
    color: #FFFFFF;
    }
    Problem solved

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 3
    Last Post: 15 Feb 2013, 03:17 PM
  2. 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
  3. How to delete links of "item name" and "price" in category list page?
    By rainmist in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 10 May 2010, 06:26 AM
  4. Remove "Product Image" "Item Name" and "Price"...
    By rebekah in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Sep 2008, 06:08 PM
  5. 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR