Can I change the styling?

You can update the styling of the policy on your site. There is nothing fancy going on, it uses standard HTML elements/tags like P, H2, H3

The policy has a unique <div> with an ID of policy for styling, so you are able to adjust how your privacy policy looks by targeting this element in your stylesheet. Since this selector targets the privacy policy content, it will not change any of the other styles on your website. Below is an example of how to customize your policy’s appearance:

 

/* Any policy paragraph */

 

#policy p {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12px;

}

 

/* Any policy table */

 

#policy table {

  border: 1px solid black;

  vertical-align: bottom;

}

 

/* Any policy h2 */

 

#policy h2 {

  background-color: black;

  color: white;

  font-weight: bold;

}

 

/* Any policy h3 */

 

#policy h3 {

  font-family: “Andale Mono”, monospace;

  font-size: 20px;

}

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to embed the code on my Wordpress site?

Here's Hans with a helpful video on how to embed your Privacy Policy on your Wordpress website.

How to add code on my Squarespace website?

Here's Hans of Termageddon to show you how to embed your code on to a Squarespace website.

How to embed your Privacy Policy on your website

After generating your policies, you will be provided with an embed code. This embed code is...

Should you consolidate all policies onto one page?

You need a separate page for each policy because the law says so. Article 7 of General Data...

What happens after I sign up?

After you make your purchase we will create your new account at Termageddon and you can login to...