HomeHome Product Discus... Product Discus...SmithCartSmithCart4.0 Decription Tags4.0 Decription Tags
Previous
 
Next
New Post
2/3/2011 1:50 PM
 

Where and what is the css class to change the font size of the TITLES of the descriptions on the details page in smith 4.0. I can't find it anywhere... Thanks!

 
New Post
2/3/2011 2:50 PM
 

It looks like like 87 of Smith_ProductDetail\module.css under .SmithProdText

... at least that's what Firebug tells me. I keep tellin' you guys... you gotta try it out. ;)

 
New Post
2/3/2011 3:01 PM
 

The class for the product name (Title of the description) is SmithProdTextLrg, the description its self is SmithProdText, and the Product Details page title is TitleHead. There on DesktopModules/Smith.BuyNow/module.css starting around line 130.Heres a screenshot showing the areas and there class:

Christian

 
New Post
2/4/2011 1:59 AM
 

Thanks Christian, but I'm referring to the Tab Headers for description tabs. See photo with arrows. Also, in your post, you stated the .css was in the buy.now folder, I thought it was inside of the product detail folder. Either way, it's where the green arrows are pointing that I need to change size and font style.

Thanks!

 
New Post
2/4/2011 8:59 AM
 

Those are controlled by your skin, skin.css

Although, it looks like you could over-ride it in ProductDetails/Default.aspx where it mentions ul.tabs in the inline styles. Look around line 433.

 
New Post
2/4/2011 11:14 AM
 

So it's not controlled by a .css within the smith cart? It's a part of my skin css? This may be why I couldn't find it inside of smith cart.

 
New Post
2/4/2011 12:12 PM
 

Yesterday we moved the inline tab styles in productdetail.ascx to the module.css. I have attached the new module.css. After you deploy the attached module.css you can delete the inline styles in productdetail.ascx. The reason they were inline in the productdetail.ascx is because when the styles were in the module.css we were having issues with the tab losing the styles on partial postback with variants and also lightbox. We have made some changes to the the tab javascript that fixes the issue and permits the styles to be moved back to module.css

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
 Login to download attachment
New Post
2/4/2011 2:58 PM
 

Thanks, I'll get it up there and let you know how it goes.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCart4.0 Decription Tags4.0 Decription Tags