Jump to content

[SOLVED] Looking for some the right CSS blocks


Recommended Posts

The default PrestaShop v1.3.1 theme has only two fonts specified. "Verdana" in the body block and "Helvetica" for the block titles.

body { font-family: Verdana, Arial, Helvetica, Sans-Serif; }
div.block h4 { font-family: Helvetica, Sans-Serif; }

Link to comment
Share on other sites

Got it!

Removed the H5 tags from blockviewed.tpl:

getProductLink($viewedProduct)}" title="{l s='More about' mod='blockviewed'} {$viewedProduct->name|escape:htmlall:'UTF-8'}">{$viewedProduct->name|escape:htmlall:'UTF-8'|truncate:60}



And commended out the following line in global.css:

 #new-products_block_right dt a { font-size:0.8em; font-weight:bold; }

Link to comment
Share on other sites

×
×
  • Create New...