Announcement

Collapse
No announcement yet.

Change text size in Product layout

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

    Change text size in Product layout

    IS anyone able help me in changing the text size in the product layout. I have tried various things but it stays the same. I would like it slightly larger. I have changed it in Actinic.css and in the Actproductline template but it stays the same size.

    I would the words Personalised Desk clock made bigger as per picture.

    Thanks
    Attached Files

    #2
    Try changing it in of the options in the design drop drown menu. All styling is not included in the stylesheet, why have one place for styling when you can have 3.

    Comment


      #3
      Change Text Size

      Thanks for your reply Lee. I have checked what you suggested and cannot find any reference to this in the options section of the design menu.


      To see what part clearly what I am refering to in V7 please go to Advanced, Template Manager, change view to Graphical, product layout and then change the Personalised Desk Clock to a larger font.

      Thanks

      Andrew

      Comment


        #4
        Change this:
        <span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span>
        to this:
        <span class="actlarge"><b>NETQUOTEVAR:PRODUCTNAME</b></span>

        in your Act_ProductLine template

        Comment

        Working...
        X