I've been stuck trying to change the font for the name of the product on the the Product Info page. Here is an example
http://www.artbeautiful.com/index.ph...oducts_id=1623
I want to change the Verdana Italic "Les Coquelicots" in the gray color to Georgia. I tried a number of variations of this, with no success, including:
#productName {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
}
body #productName {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
}
h1#productName {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
}
#productinfoBody #productName {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
}
#productinfoBody h1#productName {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
}



