HomeHome Product Discus... Product Discus...SmithCartSmithCartWhat CSS class controls the price label in the product list?What CSS class controls the price label in the product list?
Previous
 
Next
New Post
9/5/2009 1:29 PM
 

When I show the products in a single column the price label and price are bigger than the product description, when I change the the cart to use 2 columns, then the price label and price are the same size as the product description text.

My guess is with the 2 colmn configureation it is in the same table cell as the description and is picking up the style from there.

Thoughts?

Thanks,

John

 
New Post
9/5/2009 7:22 PM
 

you can add a cssclass or class tag to any of the dot controls in the ascx pages in the cart. To change the price label add the following class: <asp:Label runat="server" ID="lblPrice" class="SmithProdtext"/>. There is a module css that installs with the module to the /desktopmodules/smith.buynow directory called module.css. If you want to change the size modify the class there or you can create a new one.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartWhat CSS class controls the price label in the product list?What CSS class controls the price label in the product list?