noesac Posted July 2, 2010 Share Posted July 2, 2010 I would like to standardize the font on my site, I have found three blocks each containing different font sizes and some are in bold: http://i47.tinypic.com/91m0bo.jpgAny idea where I can change these? Link to comment Share on other sites More sharing options...
rocky Posted July 2, 2010 Share Posted July 2, 2010 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 More sharing options...
noesac Posted July 2, 2010 Author Share Posted July 2, 2010 Ok thanks looks like it might be a little more work to update this one, probably not worth it then thanks a lot Link to comment Share on other sites More sharing options...
noesac Posted July 3, 2010 Author Share Posted July 3, 2010 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 More sharing options...
Recommended Posts