Home Forums WoodMart support forum Remove button (elements) and translate texts. Reply To: Remove button (elements) and translate texts.

#97259

pogopie
Participant

Could you show me how to hide elements ? For example:
I want to remove add to wish list button
So in chrome i Right click on the element open the console. Then i found this tag.
a.add_to_wishlist

but when I add to custom CC

a.add_to_wishlist {
display:none;
}

It still shows, or where do i find the right object tag ?