I recently added this to my stylesheet, because while each product has their own description, they all use the same font, style, and color, etc. Now I want to add some text regarding Free Shipping and I prefer to do it this way rather than use the Free Shipping gif.
I have two thoughts about how I’d like to accomplish this. One is to have it directly above the words product description which starts with the words Fragrance Notes. I want it to be in #ed3a84. I manually add the fragrance notes to each product, but I’d prefer not to add the Free Shipping notation and just have it part of the css below, if possible.
The other choice would be to have the Free Shipping text below the Add This To My Cart button, in a font/style/color I want. That is actually preferable, if not too difficult.
#productDescription {
font-style: italic;
font-family: georgia, serif;
color: #444443;
font-size: 130%;
}
http://designerperfumesnob.authsafe....en-p-2444.html
Thank you.


Reply With Quote

