shutiri Posted July 28, 2004 Posted July 28, 2004 Hi. I need to change the product?s name link color on the categories page. the product name link (the name of the item) is the same color than the other links on the page (white), but the box background color is white too. How do I change this particular link color ? thank you. shutiri.
babel Posted July 28, 2004 Posted July 28, 2004 Check your css -- Stylesheet if you use TopLite you can preview the results of your stylesheet http://www.bradsoft.com/download/index.asp Just another newbie... :)
shutiri Posted July 28, 2004 Author Posted July 28, 2004 I know I have to create a new style on the stylesheet, that's not the problem... I just don't know where to apply it... I need to know where (which part of which file) is this particular link to apply the style. I don't need to change every link on the page, just this particular link. thank you, shuutiri.
Mary B. Posted July 28, 2004 Posted July 28, 2004 Create your new style in catalog/stylesheet.css, then find the following code in catalog/includes/modules/product_listing.php (around line 137) and change it to your new style there: $list_box_contents[$cur_row][] = array('align' => $lc_align, ? ?'params' => 'class="productListing-data"', ? ?'text' ?=> $lc_text); They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~ Benjamin Franklin, 1759. տլ
shutiri Posted July 28, 2004 Author Posted July 28, 2004 Thank you Mary. I did what you told me, but that code of product_listing.php is for the price, weight... of the product, right ? I need to change the product's name link in that box. Could you please tell me how to do it ? Please be specific, I'm not php expert (obvious ;) ) thank you again, shutiri.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.