0
Welcome Guest! Login
0 items Join Now

Need a little help please

  • Need a little help please

    Posted 17 years 8 months ago
    • Hey guys,

      Great templates I gotta say. Well, I need help with one of the templates. I am using virtuemart to sell products, everything is fine except on the "product details" page - the prodcut name font is huge and I cannot seem to change the style on the product descriptions.

      Can anyone help?
      Take a look here: www.greatbuysgps.com

      Thanx,
      Rusty
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: Need a little help please

    Posted 17 years 8 months ago
    • In template_css.css:

      /* size attributes */

      body.f_default {
      font-size: 11px;
      }

      body.f_smaller {
      font-size: 10px;
      }

      body.f_larger {
      font-size: 14px;
      }

      For the titles, add a h3 definition to style_snowfire.css and adapt it to your needs:

      h3 {
      font-size: 150%;
      padding-bottom: 5px;
      color: #f30;
      }
    • Yves

Time to create page: 0.046 seconds