Zen Follower
- Join Date:
- Nov 2007
- Location:
- Dallas, Texas USA
- Posts:
- 180
- Plugin Contributions:
- 0
How to change the product name font
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.php?main_page=product_info&cPath=7_104&products_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;
}