Short Code : Theme Color Scheme

WordPress Premium Plugin Developed By Weblizar

 

With Color Green

Short Code

[  wnlsp_theme1  id=”65742234″ theme_color = “green” ]

OUTPUT

[wnlsa_theme1 id=”8381017″ 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 = “green” bg_type = “color” bg_value = “#444” content_color = “#fff” social = “on”]

With Color Red

Short Code

[  wnlsp_theme1 id=”542875″ theme_color = “red” ]

OUTPUT

[wnlsa_theme1 id=”7937054″ 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 = “red” bg_type = “color” bg_value = “#444” content_color = “#fff” social = “on”]

With Color Orange

Short Code

[  wnlsp_theme2 id=”23476456″ theme_color = “orange” ]

OUTPUT

[wnlsa_theme1 id=”92861″ 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 = “orange” bg_type = “color” bg_value = “#444” 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_theme7 is right way.

End of a short-code  :    theme_color = “orange”_ ] is wrong way and  theme_color = “orange”] is right way.