harrisatria Posted March 13, 2014 Share Posted March 13, 2014 im newbie, anyone please help me i using prestahop 1.4.6 www.littlev.co.id 1. how to change homefeatured product price size, i want that price show smaller 2. i cant locate homefeatured.css, where i can find homefeatured.css file ? thanks before Link to comment Share on other sites More sharing options...
webdev0008 Posted March 13, 2014 Share Posted March 13, 2014 Hi Find this line "#center_column .products_block span.price" in your global.css and change the font-size. you can find global.css in your theme css folder. Thanks 1 Link to comment Share on other sites More sharing options...
harrisatria Posted March 13, 2014 Author Share Posted March 13, 2014 (edited) Hi Find this line "#center_column .products_block span.price" in your global.css and change the font-size. you can find global.css in your theme css folder. Thanks thanks, solved can u tell me how to remove "add cart" button on featured product block? Edited March 13, 2014 by harrisatria (see edit history) Link to comment Share on other sites More sharing options...
webdev0008 Posted March 13, 2014 Share Posted March 13, 2014 Hi to remove add cart button from home featured you need to comment or remove this code from your homefeatured.tpl in modules/homefeatured folders <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_{$product.id_product}" href="{$link->getPageLink('cart.php')}?qty=1&id_product={$product.id_product}&token={$static_token}&add" title="{l s='Add to cart' mod='homefeatured'}">{l s='Add to cart' mod='homefeatured'}</a> or you just do that by css add this code in global.css #featured-products_block_center .ajax_add_to_cart_button{ display:none !important; } Link to comment Share on other sites More sharing options...
harrisatria Posted March 27, 2014 Author Share Posted March 27, 2014 ok thanks Link to comment Share on other sites More sharing options...
Recommended Posts