Announcement

Collapse
No announcement yet.

Text Sizes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Text Sizes

    I have adjusted this in v6 to get the result I need but cannot seem to locate the HTML that changes the Product Title text size in V7. I have changed the text in Act_CenterProductLine no problem, but whenever one of my products uses the 'Use Parent' layout the product title is too big.
    I have included a 2 links to show the problem;
    This is the text size I want:
    http://www.alexreade.net/acatalog/1_...Raikkonen.html
    This is the text I want to change(specifically product title)
    http://www.alexreade.net/acatalog/1_...e_la_Rosa.html

    Many thanks
    Simon Bridges
    http://www.alexreade.net
    Simon Bridges
    Alex Reade World of Motosport
    http://www.alexreade.net

    #2
    The text size is controlled by the css class assigned in the Act_ProductLine.html template - or other product layout template being used. You have a choice of changing the template, or changing the text size in the css file.

    In the template(s) look for
    Code:
    <span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span>
    and change the actregular to actlarge.

    In the css look for actregular and change the font size from 12px currently to 14px - WARNING: Changing the font size in the css file will change ALL the text on the site that uses this class.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      at last !
      I keep asking and taking from the forum, but I hav'nt been able to offer something back.

      take a look at Act_ProductLine.html

      5 or 6 lines down and you will find the
      Code:
      NETQUOTEVAR:PRODUCTNAME
      I've changed mine to have a new style called "actProdName"

      the lines you are looking for is:
      Code:
            <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actProdName"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
            <span class="actProdRef">NETQUOTEVAR:PRODUCTREF <br>

      Comment


        #4
        Thanks Bill, all sorted, I have changed the css as I needed a site-wide change.
        Simon
        PS
        Hi completerookie, now you will have to change your username!, many thanks.
        Simon Bridges
        Alex Reade World of Motosport
        http://www.alexreade.net

        Comment


          #5
          the heads getting bigger as we speak

          Comment

          Working...
          X