Jump to content

[solved] Text Colour on product


Recommended Posts

I Have removed the large category image at the top using another post (http://www.prestashop.com/forums/topic/324824-solved-category-subcategory-images/) but also have lost the colour of the text. 

 

The text is there as show in pic 2 but its white could someone please point out the file / text I need to change to make it black.

 

Kind Regards

Jon

 

 

post-234528-0-90015200-1400589800_thumb.jpg

post-234528-0-92000500-1400589806_thumb.jpg

Edited by zophiel (see edit history)
Link to comment
Share on other sites

Hi Jon

 

Go to your Theme--css --product_list.css file and look for this around line 239

ul.product_list.list > li .product-desc {
    margin-bottom: 15px;
}

and add

ul.product_list.list > li .product-desc {
color: #000000;
margin-bottom: 15px;
}

Link to comment
Share on other sites

×
×
  • Create New...