Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Need help changing the font size/weight of Manufacturer Name

  1. #1
    knivestown is offline Junior Member
    Join Date
    Jun 2011
    Posts
    19

    Unhappy Need help changing the font size/weight of Manufacturer Name

    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.

  2. #2
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    Can you give me a url?

    Alternatively - Get Firebug.


    TTFN

    BFG

  3. #3
    knivestown is offline Junior Member
    Join Date
    Jun 2011
    Posts
    19

    Default URL as requested

    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!

  4. #4
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    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!

  5. #5
    knivestown is offline Junior Member
    Join Date
    Jun 2011
    Posts
    19

    Default That did the trick!

    that did the trick - thank you so much!!