Short Code : Background Color

WordPress Premium Plugin Developed By Weblizar

 

Set Background Color Dark Blue

[ wnlsp_theme1 id=”34567″ bg_type = “color” bg_value = “#2A3556” ]

OUTPUT

[wnlsa_theme1 id=”231444″ heading = “SUBSCRIBE TO OUR NEWSLETTER” sub_heading = “Subscribe to our mailing list to get updates to your email inbox.” message = “Monthly Newsletter” icon_type = “icon” icon = “fa fa-envelope-o” icon_size = “30” icon_color = “#fff” theme_color = “#eb5054” bg_type = “color” bg_value = “#2A3556” content_color = “#fff” social = “on”]

Set Image Background

Short Code

[  wnlsp_theme1 id=”2782737″ bg_type = “image” bg_value = “https://demo.weblizar.com/newsletter-subscription-form-pro-admin-demo/wp-content/plugins/newsletter-subscription-form-admin/wnlsa-options/images/back1.jpg”  ]

OUTPUT

[wnlsa_theme1 id=”2782737″ heading = “SUBSCRIBE TO OUR NEWSLETTER” sub_heading = “Subscribe to our mailing list to get updates to your email inbox.” message = “Monthly Newsletter” icon_type = “icon” icon = “fa fa-envelope-o” icon_size = “30” icon_color = “#fff” theme_color = “#eb5054” bg_type = “image” bg_value = “https://demo.weblizar.com/newsletter-subscription-form-pro-admin-demo/wp-content/plugins/newsletter-subscription-form-admin/wnlsa-options/images/back1.jpg” content_color = “#fff” social = “on”]

Set Background Color Red

Short Code

[ wnlsp_theme1 id=”3458234556″ bg_type = “color” bg_value = “red” ]

OUTPUT

[wnlsa_theme1 id=”8132338″ heading = “SUBSCRIBE TO OUR NEWSLETTER” sub_heading = “Subscribe to our mailing list to get updates to your email inbox.” message = “Monthly Newsletter” icon_type = “icon” icon = “fa fa-envelope-o” icon_size = “30” icon_color = “#fff” theme_color = “#eb5054” bg_type = “color” bg_value = “red” content_color = “#fff” social = “on”]

Note : If you use above shortcode please remove space after and before open and closing [ ] tag

Start a short-code  :      [ _ wnlsp_theme is wrong way  and [wnlsp_theme10 is right way.

End of a short-code  :     bg_color = “red” _ ] is wrong way and  bg_type = “color” bg_value = “red”] is right way.