PDA

View Full Version : keyword gallery


TzviaS
Mar-08-2009, 04:43 AM
Is there any way to control the "keyword gallery"? meaning to sort the photos in the thumbnail, to remove the Buy button etc.
Thanks,
Tzvia
www.TzviaS.com

jfriend
Mar-08-2009, 07:43 AM
Is there any way to control the "keyword gallery"? meaning to sort the photos in the thumbnail, to remove the Buy button etc.
Thanks,
Tzvia
www.TzviaS.com (http://www.TzviaS.com) You can remove the buy button with CSS, but there is no way to control the sort order. Here's the CSS to hide the buy and cart buttons when viewing keyword views:

.keywordPage #buyButton, .keywordPage #cartButton {display:none;}

TzviaS
Mar-08-2009, 11:07 AM
Thanks!