Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

product name link color


shutiri

Recommended Posts

Posted

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.

Posted

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.

Posted

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. տլ

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...