Home Forums WoodMart support forum Place text underneath product images WooCommerce

Place text underneath product images WooCommerce

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #417332

    Niels
    Participant

    Hi,

    I would like to place text beneath the product image. I tried this code:
    add_action( ‘woocommerce_after_single_product_summary’ , ‘floxblog_add_below_prod_gallery_area’, 5 );

    function floxblog_add_below_prod_gallery_area() {
    echo ‘<div class=”woocommerce-product-below-area-holder”>’;
    echo ‘<span>Cash on Delivery Available.</span>’;
    echo ‘</div>’;
    }

    But the code will place it to low. I would like to have it directly after the images.
    Could you help me with that? I put a link of the product page and a picture of the problem.

    Thanks
    Niels

    Attachments:
    You must be logged in to view attached files.
Viewing 1 post (of 1 total)