Title: Remove text
Last modified: October 22, 2017

---

# Remove text

 *  Resolved [Sewlicious](https://wordpress.org/support/users/sewlicious/)
 * (@sewlicious)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-text-7/)
 * If you scroll all the way down you will see the amazon carousel. I want to remove
   the text under the products so it only shows pictures. Can you please tell me
   how to do that?
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-text-7%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [superninchen](https://wordpress.org/support/users/superninchen/)
 * (@superninchen)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-text-7/#post-9611242)
 * Go to the templates section of the plugin,
    select ProductCarousel from the list,
   clone it, edit the copy’s source code and remove the entire section surrounded
   by <div class=”aalb-5-pc-product-details”>:
 *     ```
                       <div class="aalb-5-pc-product-details">
                         <div class="aalb-5-pc-product-title">
                           <a href="{{DetailPageURL}}" title="{{Title}}" target="_blank" rel="nofollow">
                             {{Title}}
                           </a>
                         </div>
                         <div class="aalb-5-pc-product-offer-price">
                           <!-- The section tag for different marketplaces ensures localization of static text.  -->
                           {{#MarketplaceUS}}Price{{/MarketplaceUS}}{{#MarketplaceFR}}Prix{{/MarketplaceFR}}{{#MarketplaceIT}}Prezzo{{/MarketplaceIT}}{{#MarketplaceDE}}Preis{{/MarketplaceDE}}{{#MarketplaceES}}Precio{{/MarketplaceES}}{{#MarketplaceBR}}Price{{/MarketplaceBR}}{{#MarketplaceCA}}Price{{/MarketplaceCA}}{{#MarketplaceCN}}Price{{/MarketplaceCN}}{{#MarketplaceIN}}Price{{/MarketplaceIN}}{{#MarketplaceJP}}Price{{/MarketplaceJP}}{{#MarketplaceMX}}Price{{/MarketplaceMX}}{{#MarketplaceUK}}Price{{/MarketplaceUK}}: <span class="aalb-5-pc-product-offer-price-value">{{CurrentPrice}}</span>
                         </div>
                         {{#StrikePrice}} <!-- The section tag ensures that strike price is displayed only if it is available -->
                           <div class="aalb-5-pc-product-list-price">
                             <!-- The section tag for different marketplaces ensures localization of static text.  -->
                             {{#MarketplaceUS}}Was{{/MarketplaceUS}}{{#MarketplaceFR}}Ancien prix{{/MarketplaceFR}}{{#MarketplaceIT}}Da{{/MarketplaceIT}}{{#MarketplaceDE}}statt{{/MarketplaceDE}}{{#MarketplaceES}}Precio recomendado{{/MarketplaceES}}{{#MarketplaceBR}}Was{{/MarketplaceBR}}{{#MarketplaceCA}}Was{{/MarketplaceCA}}{{#MarketplaceCN}}Was{{/MarketplaceCN}}{{#MarketplaceIN}}Was{{/MarketplaceIN}}{{#MarketplaceJP}}Was{{/MarketplaceJP}}{{#MarketplaceMX}}Was{{/MarketplaceMX}}{{#MarketplaceUK}}Was{{/MarketplaceUK}}: <span class="aalb-5-pc-product-list-price-value">{{StrikePrice}}</span>
                           </div>
                         {{/StrikePrice}}
                         {{#Prime}} <!-- The section tag ensures that prime icon is displayed only if it is available -->
                           <div class="aalb-5-pc-product-prime-icon">
                               <i class="icon-prime-all"></i>
                           </div>
                         {{/Prime}}
                       </div>
       ```
   
 * save the copy,
    use the copy in your carousel as template.
 * Then you’ll only see the product pictures without text nor price nor anything.
 * Cheers,
    Sascha
    -  This reply was modified 8 years, 7 months ago by [superninchen](https://wordpress.org/support/users/superninchen/).
    -  This reply was modified 8 years, 7 months ago by [superninchen](https://wordpress.org/support/users/superninchen/).
 *  Thread Starter [Sewlicious](https://wordpress.org/support/users/sewlicious/)
 * (@sewlicious)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/remove-text-7/#post-9613893)
 * Thanks! That worked!
 *  [superninchen](https://wordpress.org/support/users/superninchen/)
 * (@superninchen)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/remove-text-7/#post-9614783)
 * Great!
 * Glad I could help.
 * (Y)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove text’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/amazon-associates-link-builder_fec375.
   svg)
 * [Amazon Associates Link Builder](https://wordpress.org/plugins/amazon-associates-link-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amazon-associates-link-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amazon-associates-link-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/amazon-associates-link-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amazon-associates-link-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amazon-associates-link-builder/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [superninchen](https://wordpress.org/support/users/superninchen/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/remove-text-7/#post-9614783)
 * Status: resolved