Community Add-Ons
| Maintainers: | apopular |
Increase and decrease the size of the text in the description of the products
for osCommerce Online Merchant v2.2
Aumentar e diminuir o tamanho do texto na descrição dos produtos
criamos um botão para aumentar e outro para diminuir o tamanho da fonte usada na descrição dos produtos
instruções em portugues e inglês
menos de 5 minutos para instalar,somente 2 arquivos a editar
===================================
Increase and decrease the size of the text in the description of the products
create a button to increase and another to decrease the size of the font used in the product description
instructions in portugues and english
only 2 files to edir, instlation in less than 5 minutes
made in Brazil
Legend:
Download
Report
If you use:
/* Description */
.ft1, .ft1 * { font-size: 10px; }
.ft3, .ft3 * { font-size: 18px; }
instead of:
/* Description */
.ft1 { font-size: 10px; }
.ft3 { font-size: 18px; }
the texts with html <font size="X"> tag changes too.
