johnxl Posted May 1, 2013 Share Posted May 1, 2013 (edited) How to change font size and type of those lines ? Thanks again ! Edited May 2, 2013 by johnxl (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 1, 2013 Share Posted May 1, 2013 block viewed /modules/blockviewed/blockviewed.css #viewed-products_block_left li .text_desc p, #viewed-products_block_left li .text_desc p a { padding-bottom: 0; line-height: 14px; color: #666; } home featured modules/homefeatured/homefeatured.css #featured-products_block_center .product_desc, #featured-products_block_center .product_desc a { color: #666; } information links themes/your_theme/global.css informations_block_left li a { display: block; padding: 7px 11px 5px 22px; color: #333; background: url(../../../modules/blockcms/img/arrow_right_2.png) no-repeat 10px 10px transparent; } 1 Link to comment Share on other sites More sharing options...
johnxl Posted May 1, 2013 Author Share Posted May 1, 2013 Thanks ! With information now everthing is ok But first two /modules/blockviewed/blockviewed.css modules/homefeatured/homefeatured.css I cant find there css files ! There ar only tpl files blockviewed.tpl and homefeatured.tpl:( And how can i change type of fonts? what i must type in those lines? Link to comment Share on other sites More sharing options...
johnxl Posted May 2, 2013 Author Share Posted May 2, 2013 Any ideas where are those two css files stored? And what i must type to change style of fonts? Link to comment Share on other sites More sharing options...
vekia Posted May 2, 2013 Share Posted May 2, 2013 Any ideas where are those two css files stored? And what i must type to change style of fonts? hello your page is online now? If so, can you please share the url ? I will check it Link to comment Share on other sites More sharing options...
johnxl Posted May 2, 2013 Author Share Posted May 2, 2013 (edited) http://ksimanta.id.lv/index.php? Edited May 27, 2013 by johnxl (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 2, 2013 Share Posted May 2, 2013 hey those files exists on your server, take a look: http://eksimanta.id.lv/modules/blockviewed/blockviewed.css http://eksimanta.id.lv/modules/homefeatured/homefeatured.css http://eksimanta.id.lv/themes/default/css/global.css Link to comment Share on other sites More sharing options...
johnxl Posted May 2, 2013 Author Share Posted May 2, 2013 Thanks it was may fault I searched in mytheme/modules/blockwieved but they were modules/homefeatured/homefeatured.css i understand how can i change color,,but how can i change font style? Link to comment Share on other sites More sharing options...
vekia Posted May 2, 2013 Share Posted May 2, 2013 example configuration: font-size: 12px; font-weigt:bold; text-decoration:underline; font-family:arial; Link to comment Share on other sites More sharing options...
PascalVG Posted May 2, 2013 Share Posted May 2, 2013 Thanks it was may fault I searched in mytheme/modules/blockwieved but they were modules/homefeatured/homefeatured.css i understand how can i change color,,but how can i change font style? Hi Johnxl, Actually you're right. You should override the css files first before editing them, and not touch the original PS files. This helps when upgrading to a newer version... For correct paths, see PS docs: http://doc.prestashop.com/display/PS15/Overriding+default+behaviors#Overridingdefaultbehaviors-Overridingamodule'sbehavior Hope this helps, pascal 1 Link to comment Share on other sites More sharing options...
johnxl Posted May 2, 2013 Author Share Posted May 2, 2013 Thanks I think this is solved now Link to comment Share on other sites More sharing options...
Recommended Posts