Hi
I have added the text and it works for the 1st column “Product image” & the “hover” colour on the other coloumns but the main colour in the other columns is still the same. Do you know what could be over riding the changes ?

I added this at the end of the style sheet:


#listCell0-0.productListing-heading {
color: white;
}

#listCell0-1.productListing-heading {
color: white;
}

#listCell0-1.productListing-heading a:hover {
color: red;
}

#listCell0-2.productListing-heading {
color: white;
}

#listCell0-2.productListing-heading a:hover {
color: red;
}

#listCell0-3.productListing-heading {
color: white;
}

#listCell0-3.productListing-heading a:hover {
color: red;
}

#listCell0-4.productListing-heading {
color: white;
}

#listCell0-4.productListing-heading a:hover {
color: red;
}