Remove the Compare link from the the Featured Products / Bestselle on Homepage

Hi,

I need to remove the "Compare" link below the BUY link on Homepage for Bestseller/Featured Products.
Which file(s) need to be customized to achieve this?

My dev page
http://playground.oneinsixbillion.de/index.php/

Thanks
Daniel

2 answers

Profile photo of Sherlock 0.00 $tone October 2, 2013
Public

Hi danielluck,

you can open the file of skin/frontend/default/jm_siotis/joomlart/jmproductsslider/css/style.css there you add this css rule

HTML Code:

.jm-slider-li .item-slider .add-to-links span:last-child {
                 display:none;
             }

and then open the file of skin/frontend/default/jm_siotis/css/styles.css to add this rule

HTML Code:

   .products-grid .add-to-links li:last-child {
  display:none;
}

I hope this change helps !

#1

This question is now closed

Written By

Comments