[Resolved] Add label under the product gallery

Home Forums Support [Resolved] Add label under the product gallery

Home Forums Support Add label under the product gallery

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1944826
    nik9

    Hello, we want to add a info about the product copyright on a product single page. One option is to display this info unter the product picture with the hook “woocommerce_product_thumbnails”. However this does not work. Also possible would be to display it on the bottom center on the product picture like a watermark.

    What is the best way to do this with GP?

    Cheers

    #1944838
    Ying
    Staff
    Customer Support

    Hi there,

    You can refer to this Woocommerce visual hook guide:
    https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/

    If the content you want to add is pure text, you can also try this CSS:

    .single-product figure.woocommerce-product-gallery__wrapper:after {
        content: 'your content here';
        display: block;
        text-align: center;
    }

    Let me know πŸ™‚

    #1945223
    nik9

    Hello,

    Thanks. Yes this looks nice. Thanks πŸ™‚

    #1945909
    Ying
    Staff
    Customer Support

    You are welcome πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.