Attribute Page showing products

Hi,

I’m using illdy with symbiostock to sell photos online, but I’m having a problem with the License Page (Woocommerce Attribute), I can’t remove the products that use the attribute in that page.

I’m sending a print screen.

Thanks.

Hey there,
I hope you’re doing well today

Kindly send me the URL to the page you’re having an issue with, so we can investigate the issue.
also resend the screenshot circled with exactly what you want to be removed.

Best Regards,
Support

Hey there,
I hope you’re doing well today

Kindly send me the URL to the page you’re having an issue with, so we can investigate the issue.
also resend the screenshot circled with exactly what you want to be removed.

Best Regards,
Support

Hi,

https://raulvoorsluys.com/license/licenca_pessoal_alta/

Thanks.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the products by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove product list*/
.woocommerce ul.products {
    display: none;
}

Best Regards,
Support