You are here:  » How to make the Font bigger?


How to make the Font bigger?

Submitted by Andrewuk on Wed, 2011-11-30 17:18 in

Hi

How do I make the Font bigger? also can I make the pictures of the product bigger?

Cheers
Andrew

Submitted by support on Thu, 2011-12-01 09:19

Hi Andrew,

Most of the default font sizing in the plugin is down to your WordPress theme and its associated style sheets, but you can fine control the PriceTapestry.org generated content through the HTML templates in wp-admin > Settings > PriceTapestry.org and then scrolling down to the HTML section. Here you will see, for example, Product / Main which outputs content within a class "pto_product", so you could then edit wp-content/plugins/pto/pto.css and change the styles for this class as required. In that file, search for

.pto_product {
}

...and you could REPLACE that with, for example;

.pto_product {
  font-size: 12px;
}

Similarly, just below that point you will see where the product image is sized using width:200px, so you can change that as well as required. Don't forget to do a hard refresh (CTRL+F5) in your browser after changing CSS to ensure that all files are reloaded by your browser...

Hope this helps!
Cheers,
David.

Submitted by Andrewuk on Thu, 2011-12-01 23:59

Hi David

Once I have mayed the changes, do I have to upload the PT pluging again to my wordpress??

Submitted by support on Fri, 2011-12-02 08:35

Hi Andrew,

Yes. I always suggest keeping a local copy of all your web server files anyway, so make the changes to pto.css on your local copy, and then upload the modified files up to your server...

Cheers,
David.