HomeHome Product Discus... Product Discus...SmithCartSmithCartProduct edit area - What is the CSS property for the labels?Product edit area - What is the CSS property for the labels?
Previous
 
Next
New Post
11/10/2011 1:06 PM
 

When in the product edit admin area of the cart - I want to change the color of the field labels... using firebug I see something to the effect of:

<span id="dnn_ctr386_AddProducts_lblSalePrice_lblLabel">Sale Price:</span>

That ID does not exist in the CSS file for the BuyNow module... how do I go about changing the field lables. Any help is appreciated. Thanks.

 
 Login to download attachment
New Post
11/10/2011 7:09 PM
 
Hello,

To change the field label text on the Product Setup screen you will need to change the text color for the .SmithProdText class. Although changing this class may also result in the text color changing globally throughout your store you may also want to change the class name assigned to the text in the AddProducts.ascx file to a unique class.

Hope this is some help!
 
New Post
11/10/2011 7:22 PM
 

I know exactly what you are reffering to - Thanks for this info. Very much appreciated.

 
New Post
11/11/2011 2:17 PM
 
Glad we could help you out!

Thanks,
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartProduct edit area - What is the CSS property for the labels?Product edit area - What is the CSS property for the labels?