Customize your website with CSS
This section may change as the product is in beta. Please use this as a general guideline, with the understanding that using the Inspector tool is the better practice. We will resist changing these Classes unless absolutely necessary.
You can copy this CSS into your dashboard and customize it to your liking. It is ordered in the sequence that elements appear from top left to bottom right.
.icon {
/* the graphic to the left of your logo */
float:left;
height:60px;
padding-right:7px;
font-size:16px;
}
.logo {
/* the text for your logo */
}
.greeting {
/* the welcome text that appears on your home page */
width:100%;
padding:10px;
font-size:14px;
}