PDA

View Full Version : keyword page


microcosm_1
Mar-05-2009, 02:42 PM
i have a link to 'keywords', now if some one click on one of the keywords, it shows the 'buy' and 'view cart' 'style' buttons, is there a way that i can remove these buttons?

thanks,

http://www.microcosmphotography.com/

J Allen
Mar-05-2009, 03:02 PM
i have a link to 'keywords', now if some one click on one of the keywords, it shows the 'buy' and 'view cart' 'style' buttons, is there a way that i can remove these buttons?

thanks,

http://www.microcosmphotography.com/

If you turn "printing" off in the galleries, those buttons will not show up.

microcosm_1
Mar-05-2009, 04:11 PM
thanks for the response, but the printing is turned off

If you turn "printping" off in the galleries, those buttons will not show up.

microcosm_1
Mar-06-2009, 05:02 PM
bump

Allen
Mar-06-2009, 05:07 PM
i have a link to 'keywords', now if some one click on one of the keywords, it shows the 'buy' and 'view cart' 'style' buttons, is there a way that i can remove these buttons?

thanks,

http://www.microcosmphotography.com/
Add this to your CSS

.keywordPage #cartButtonsWrapper {display: none;}

microcosm_1
Mar-06-2009, 05:14 PM
thank you so much allen!