How Do I Add a CSS to a WordPress Hero?

Adding a CSS to a WordPress Hero is easy. To begin, open the Hero’s style.

css file in a text editor. Next, find the following lines:.hero-container {

padding: 50px;

}

and replace them with the following code:

padding: 0;

This code removes the Hero’s padding and makes the container completely empty. Save the file and reload the Hero in your web browser.

You should now see the new style applied.