How Do I Add a Colour Box in WordPress?

Adding a colour box to a WordPress website is easy. First, find the style sheet that defines the box’s look and add the following line to your site’s header.

Next, locate the style sheet that defines the box’s contents and add the following line to it.colors-box {
background-color: #666666;
}

Finally, add the following line to the of your document.colors-box {
background-color: #666666;
}

Your box should now look like this.