Results 1 to 10 of 15

Hybrid View

  1. #1
    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

  2. #2
    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

 

 

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

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