Jump to content

[SOLVED]Removing prices and View from block featured home !


Recommended Posts

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 by tdr170 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...