• Resolved mikepalmer

    (@mikepalmer)


    I see that contact address (physical address) is mandatory in website information of a cookie policy. Does it have to be? Is it sufficient to just provide an email address?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @mikepalmer,

    This information is indeed mandatory, and therefore these fields are also ‘required’ during the Complianz Wizard.

    But if you decide that you do want to hide this information, regardless of the requirements, you could add some CSS under Appearance > Customize > Additional CSS to do so. The below lines should do the trick.

    span.cmplz-contact-address {
        display: none;
    }

    Kind regards, Jarno

    Thread Starter mikepalmer

    (@mikepalmer)

    Many thanks, Jarno

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mandatory Website Contact Address’ is closed to new replies.