Home Forums WoodMart support forum Text content to shoe on variable product only

Text content to shoe on variable product only

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

    reveal
    Participant

    I would like to add some text above the variation I have for my products, but the text will not show on simple products. For example see https://www.karisma.biz/product/fisherman-style-loose-knit-jumper/ and the text “Click the colour option below (if available) to see more images”

    This text has been added in Theme Settings > Product Page and therefore also shows on simple products, for example, https://www.karisma.biz/product/beige-jumper-with-pearl-neck-detail/

    How would I do this?

    #170292

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Yes, when you insert content in the Theme Settings > Product page > Before Add to cart area, this content would appear on all types of the products.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single  .product-image-summary .woodmart-before-add-to-cart{
    display:none;
    }

    Best Regards

    #170295

    reveal
    Participant

    Hi Elise
    I have applied the CSS as above in Global CSS but it has removed the content on my variation pages too, for example, see https://www.karisma.biz/product/long-cashmere-blend-scarf-pashmina/

    #170335

    Hello,

    Sorry, I have checked again it is not possible to show on the variable product and hide on the simple product.

    You can add this text in the end of the short description of the variable products.

    Please remove the custom CSS.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)