Announcement

Collapse
No announcement yet.

Permutation Problems

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

    Permutation Problems

    I've 'hunted high and low' like 80's band Aha........
    but still can't find the answer.

    I'm trying to increase the font size of the prices on this page, but can't seem to work it out.

    Any ideas anyone.....

    Thanks in advance, Richard

    http://www.landscaping-store.com/aca...imberlock.html

    #2
    The font size fo rthis is picked from here in the Actinic stylesheet:
    p, table, td, th {actinic.css (line 1)
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-style:normal;
    font-weight:normal;
    margin-top:0px;
    }

    This obviously affects all of the site. You could change the layout code to include another style instead and add that to the stylesheet. (probably in the Basic Price With Tax Message layout)

    Comment


      #3
      Thanks for your help as always Duncan, font size now changed.

      One last thing, I'm trying now to make it bold, and changed the font weight, but nothing changed, can you help.

      Thanks again, Richard

      Comment


        #4
        Not sure which part you wish to make bold but you could continue on the same lines as you have with the inline style and eg change it to:
        <span style="font-size: 12px; font-weight: bold;">150mm ( 6" )</span>

        Comment

        Working...
        X