WordPress Single background plugin, add different background color or responsive background image for every single post or page or custom post type.

Single Background Features

  1. One shortcode only and easy to use.
  2. Single Background color or responsive background image.
  3. Add different background for every single post or page or custom post type.

Check this page with background color.

All background is different for every single post or page or custom post type.

Shortcode

[single_bg url="http://yoursite.com/my-image.jpg"]
this is background image.

[single_bg color="#000000"]
this is hex background color.

You can use string color or rgba color, for example:
[single_bg color="black"]
this is string background color.

[single_bg color="rgba(0, 0, 0, 1)"]
this is rgba background color.

Download Plugin