johnxl Posted May 2, 2013 Share Posted May 2, 2013 (edited) How to do that? I deleted some lines in css files but it changes only font type from bold to normal and color from red/blue to gray ! But I cant compleatly remove those two lines Edited May 3, 2013 by johnxl (see edit history) Link to comment Share on other sites More sharing options...
tdr170 Posted May 2, 2013 Share Posted May 2, 2013 (edited) For a little more detail you need to edit the homefeatured.css file and change one line and add another to two areas. modules/homefeatured/homefeatured.css First is this: change the display:inline as below. starts at line 46 #featured-products_block_center .lnk_more { display:none; padding-right:10px; font-weight:bold; font-size:10px; color:#0088cc; background:url(img/arrow_right_1.png) no-repeat 100% 3px; } Now to this area you need to add the line display:none; as below. #featured-products_block_center .price_container { display:none; margin-top:10px; padding:0; } That will do it. Edited May 2, 2013 by tdr170 (see edit history) Link to comment Share on other sites More sharing options...
johnxl Posted May 3, 2013 Author Share Posted May 3, 2013 Thanks ! This one realy helps ! Yesterday i spent more than one hour to find out it but didnt figure out how to remeove those lines But it was so simply when someone helps ! Link to comment Share on other sites More sharing options...
Recommended Posts