• Resolved oliver.pust

    (@oliverpust)


    Hi,

    I use [wpos_product_categories design=”design-1″ height=”150″ columns=”3″]

    How can I remove the red square with the product count?

    Best regards,
    Oliver

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Please go to wp-content -> themes -> yourthemes -> style.css put below css in file.
    .pcdfwoo-product-cat span.pcdfwoo_count { display: none !important; }

    Thanks

    Hello there,

    I have used the following:
    echo do_shortcode(“[wpos_product_categories design=’design-1′ ids=’16,54,53,50,60,62,213,214′ columns=’4′]”);

    My need is same as that of @oliver.pust. i.e. even i want to hide the count of products.

    Have tried to paste the above code in styles.css, but had no luck.

    Can anyone please help me?

    Thanking you in anticipation.

    Regards,
    Mudassir

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @mudassir347,

    Can you please share your page link we will and give you CSS.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove product count’ is closed to new replies.