HomeHome Product Discus... Product Discus...SmithCartSmithCartLarger front for category headings on the product listing?Larger front for category headings on the product listing?
Previous
 
Next
New Post
9/2/2012 2:43 AM
 
Hi Smith Cart,

Using SC 5.0 and DNN 6.2.

Is there a way to customize the font size for the category headings in the main product listing?

I have selected the setting "Show All Products on Single Page with Categories", but the category headings are the same font size as the products. I'd like to make the headings much bigger and clearer.

I am not a CSS expert but could follow instructions.

Thanks very much,
Daniel.

 
New Post
9/6/2012 5:41 PM
 
Hi Daniel,

Could you please provide a link to your Product Listing page and I will specify the css which needs to be change.

Thanks
 
New Post
9/6/2012 6:03 PM
 
Hi Kevin,

Will do - I will send you a link to your email address if that is ok. The site is not live yet and would prefer it not get indexed until I get this resolved.

Regards,
Daniel.
 
New Post
9/6/2012 6:33 PM
 
Hi Daniel,

You should be able to modify the text of the category headings by opening the ProductListSingleColumn.ascx and adding a class to the following cell:

<td colspan="4"><asp:Label runat="server" ID="lblCatDescInline" /></td>

Then add the new class to your module.css file and style to your liking.

Please let us know if the above solves this issue.

Thanks,
 
New Post
9/6/2012 6:52 PM
 
Hi Kevin,

I tried this but it didn't work:

In /DesktopModules/Smith.BuyNow/Templates/Page/ProductListSingleColumn.ascx I changed the line to:
<td colspan="4" class="scBigHeading" runat="server"><asp:Label runat="server" ID="lblCatDescInline" /></td>

And in /DesktopModules/Smith.BuyNow/module.css I added this line:
div.scSingleColumn table.scProduct td.scBigHeading {font-size:20px;font-weight:700;text-decoration:underline;}

No change though... Have I done it wrong?

Thanks,
Daniel.

 
New Post
9/6/2012 6:56 PM
Accepted Answer 
More info:

I fixed it now, but I had to edit the page template in the Smith Cart admin menu rather than change it and ftp over the top. So I must have edited the wrong ascx file?

Anyway it is working. Thank you.
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartLarger front for category headings on the product listing?Larger front for category headings on the product listing?