The box below adopts CSS code added using the Custom CSS Code function in Xtypo Pro. You can also see that the body of this page is colored yellow through the use of Custom CSS code. Basically, you can change the CSS style on this page using Xtypo Pro, and the changes will only be applied to this page only.

Learn how to do this by watching this YouTube video.

This box adopting css styles from Custom CSS Code added by Xtypo Pro 

 

This custom CSS code for this page :

body {

     background:yellow;

}

.box {

      border:5px solid red;

      background:blue;

      display:block;

      color:#fff;

      width:200px;

      height:auto;

      text-align-center;

      padding:1em;

}