How Do I Create a Hover Box in WordPress?

Creating a hover box in WordPress is simple. First, add a new style to your theme.

Name the style HoverBox and set the type to box. Next, add the following code to your style sheet:. HoverBox { background-color: #FFF; border: 1px solid #CCC; }

Now, add the following code to your post or page:

That’s it! Your hover box is ready to use.