• Resolved marseem

    (@waseemsannib)


    Hi

    I need to remove customer’s reviews stars based on specific category such as” coming”. I mean, any product under the coming category will not have customer review stars.

    which CSS code should I use?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Onup Roy

    (@onuproy01)

    @waseemsannib

    Hi,

    Here css code.

    .tax-product_cat.term-coming .product_cat-coming {
    display: none !important;
    }

    Thanks.

    Thread Starter marseem

    (@waseemsannib)

    Hi,

    Thanks for the reply. It works now

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

The topic ‘Remove elements based on specific category’ is closed to new replies.