Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1084255

    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

    #1085258

    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

    #1085615

    Ok thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide VAT on Woo archive for certain user roles’ is closed to new replies.