Hi
Still very green where Magento is concerned and still trying to get to grips with it all. Can anyone tell me if it's easy to remove 'Learn More' and 'Add To Compare' to my product listings. I just want the 'Add To Wishlist' functionalilty to remain.
Thanks for any advice you can throw my way.
Dene
This will be an XML update, I would recommend reading the Magneto design guide to help you build you custom theme.
http://info.magento.com/rs/magentocommerce/images/MagentoDesignGuide.pdf
After reading this you will have a better grasp on how to make the changes you are asking for.
Hi @deniewibly,
Looks like the "Learn more" text on your site is template specific ?
You could make a "display:none" using the styles.css for a quick hide (not the most elegant way).
And for the "Add to compare" you can reference this article: http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/catalog/how_to_remove_add_...
And please follow the advice from @Brent W Peterson - if you not already did. This will give you a major advance in your future work with the Magento platform.