I want to change the font size and font-weight for the Manufacturer Name that displays on the manufacturer page (m-manufacturerID-manufacturerName-aspx) but I can't find the correct class in the css file. Please help.
I want to change the font size and font-weight for the Manufacturer Name that displays on the manufacturer page (m-manufacturerID-manufacturerName-aspx) but I can't find the correct class in the css file. Please help.
Here is a URL to our developing site:
http://aspdotnetstorefront.knivestow...-1-al-mar.aspx
Specifically, it is the manufacturer, Al Mar, at the top of the page that I would like larger and bold. Thanks for your help!
You don't appear to have a class entry for SectionTitleText in either of your css files, so you need to create it. In your CSS file you'll need something like this:
.SectionTitleText {font-size: 1.2em; font-weight: bold;}
Last edited by esedirect; 06-30-2011 at 08:57 AM.
http://www.esedirect.co.uk
--------------------------------------------------------------------------
Using MS 9.2.0.0 with the following customisations:
Lightbox/Fancybox enlarged images;
Auto-suggest searchbox;
Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
Failed transactions emailed via trigger;
Custom app to show basket contents when customer online;
Orders pushed through to accounting systems.
All the above without source!
that did the trick - thank you so much!!![]()