You are here:  » The letter of Stokist, Catelogue name and Price are too small.


The letter of Stokist, Catelogue name and Price are too small.

Submitted by rssfeeds on Tue, 2011-10-04 03:26 in

The letter of Stokist, Catelogue name and Price are too small. How can change it to bigger?

Thanks.

Submitted by support on Tue, 2011-10-04 07:32

Hi Frank,

The letter is output in <h3> tags (See the A to Z "Before" HTML box on wp-admin > Settings > PriceTapestry.org) which itself is within a div of class pto_atoz so what you can do is edit resources/pto.css file from your plugin installation and look for the following code starting at line 106:

.pto_atoz h3 {
  margin-left: 0px;
}

...and REPLACE with:

.pto_atoz h3 {
  margin-left: 0px;
  font-size: large;
}

(or whatever styling required)

Don't forget after making changes to CSS files to do a hard refresh (CTRL+F5) to make sure that it is reloaded by your browser...

Hope this helps!
Cheers,
David.