tom
asked 11 years ago

Hi

I’m using Wall Classic with Jigoshop and I want to remove the ‘Add to cart’ and ‘More Detail’ labels which show up when a item is hovered over in a category.

What is the best way to remove/hide these?

 

Thanks

Tom

clip

3 Answers
tom
answered 11 years ago

I should add – I know to hide them with the following CSS

.item-actions {display:none !important;
}

But the problem is the image no longer links to the item

DominicStaff
answered 11 years ago

Hello Tom!
you can open the file style.css an add the following code lines:

 .jigoshop .masonry .item-actions, .jigoshop .related .item-actions {

display: none!important;

}

Regards,
Dominic

tom
replied 11 years ago

Thanks Dominic – this doesn’t really solve my problem though. With these ‘item actions’ hidden It makes it awkward to visit the site.

tom
replied 11 years ago

New Question – can you tell me where I can edit the top button which will either be ‘Select’ or ‘Add to cart’ – i’d like to change the wording?

DominicStaff
answered 11 years ago

Hello Tom!

If you want to edit the top button which will be either ‘Select’ or ‘Add to cart’, you can open the file jigoshop_template_functions.php and fix it in the line 107 & line 336.

Regards,
Dominic

Powered by DW Question & Answer Pro