Okay
  Public Ticket #3190408
Hide newsletter subscription for B2B users
Closed

Comments

  •  5
    Julian started the conversation

    Hi, how can we hide newsletter subscriptions for B2B users on the checkout page, please? (see attachment)

    This should only be visible for B2C and Guest users for stores that prefer not to have wholesale newsletter subscription in place. We are using Klavyio for email marketing and their plugin but only want it available for our regular users...

    Thank you for your help!

    Julian @thelovingnature.co.uk

    Attached files:  How can we hide newsletter subscription for B2B users.jpg

  •  2,218
    WebWizards replied

    Hi Julian,

    To hide that newsletter subscription checkbox for B2B users only, you can add the following CSS code to your site:

    .b2bking_b2b_user #kl_newsletter_checkbox_field{
        display:none !important;
    }
    

    It can usually be added to Appearance -> Customise -> Additional CSS/ Extra CSS , but you can add it anywhere that allows CSS.

    Kind regards,

    Stefan