Short Code : Content Color

WordPress Premium Plugin Developed By Weblizar

 

With Color White

Short Code

[  wnlsp_theme1  id=”1234567″ content_color = “#fff”  ]

OUTPUT

[wnlsa_theme1 id=”6334017″ 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 = “#444” content_color = “#fff” social = “on”]

With Color Gray

Short Code

[  wnlsp_theme1  id=”1234567″ bg_color = “#fff” content_color = “gray”  ]

OUTPUT

[wnlsa_theme1 id=”1985053″ 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 = “#444” content_color = “gray” social = “on”]

With Color Red

Short Code

[  wnlsp_theme2  id=”100007″ bg_color = “#fff” content_color = “red”  ]

OUTPUT

[wnlsa_theme1 id=”201106″ 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 = “#444” content_color = “red” 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  :     content_color = “red” _ ] is wrong way and content_color = “red”] is right way.