ResolvedCan I Make A Tooltip Appear On 1 or 2 Products Only?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22950

    Hey guys,

    Is it possible to have a product tooltip only display on one product or 1 product category?

    I only have 1 product category on my site that uses sizes and don’t want the tooltip on my other products that don’t have different sizes.

    Thanks
    Jon

    #22985
    Althemist
    Keymaster

    Hi Anticlimactic Climax,

    Basically no, but there is a CSS hack you can use.

    Something like this:

    .rigid-promo-wrapper {
    display: none;
    }

    .product_cat-yourcategoryname .rigid-promo-wrapper {
    display: block;
    }

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register