I am trying to input a section with a newsletter (via a plugin) with a background image. To use a plugin, I have created a text section and entered the plugin shortcode.
First, is the only way to edit the functionality of the plugin via the shortcode? (i.e. I need to review the documentation of the plugin)
Secondly, how do I input a background image for the text section? I have tried putting a class in the custom css:
$e1 {
background-image: url(‘https://virtualinternshipscom.blog/wp-content/uploads/2018/05/newsletter-cropped-green-overlay.png’);
}
This was following the instructions.
However, the image does not appear. How do I make the image appear?
Thanks
