Thanks so much for helping me. I inserted the following code, it worked perfectly and now it's bold and larger, but I have one more issue.
I'm attaching another picture, you can see that my title is now red, bold and large, but everything underneath it is also large text. Even though the text has changed to black in the outlined box, the text remains large instead of the original size which was .9em. I must need to insert some code at the bottom of what I added that returns it to it's original size, but I don't know what that code is. Thanks again for helping me, your instructions made it so easy, I just need this one correction and I'm finished with it. Here is the area where I put in the code, followed by a snippet of what's underneath -
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
padding:.5em 0 0;
font-weight:bold;
font-size:1.5em;
text-align:center;
color: #CA3D00;
}
#cartProdTitle {
text-align:center;
color: #000000;
}
.cartUnitDisplay, .cartTotalDisplay {
text-align:center;
padding-right:.2em;
------------------------------------------------------------------
http://bigredworkwear.com/tempEP/redtitle.jpg


Reply With Quote
