the heading is controlled by <H2> , which is also applied to other area of your site .. to only target one element , in this case new product ...

add the following to end of your style

#whatsNew h2{
color:#ffffff;
}

change to any color , right now is set to white .

hope this helps.