Hi,
i like to hide the VAT suffix on the WooCommerce archive sites for all users except one user role.
I have this code: .
archive.woocommerce .tax-info {
display:none;
}
But this will hide it for everyone.
Thanks
Hey Max,
Yes, it will hide for everyone and I don’t think there’s some class or ids that are available for use to do that.
There’s only for logged in users and those that aren’t logged in.
Maybe you can use a child theme then do some tweaks to output roles in the body class.
Best regards,
Nikko
Ok thanks