Skip to main content

New Arrivals

[new_arrivals parameters]

Parameters

Parameter Description Required Values Default
style Horizontal or Vertical layout no vertical, horizontal vertical
background_color Background color no any Hex or RGB color #bae1e9
heading Heading text used for horizontal style no Any text Our Latest Arrival
heading_text_color Color on heading text used for horizontal style no any Hex or RGB color #fff
heading_background_color Background color on heading text used for horizontal style no any Hex or RGB color #0c9fce

Examples

Horizontal style:

[new_arrivals style='horizontal' background_color='#bae1e9' heading_text_color='#fff' heading_background_color='#0c9fce']
<h3>We are now offering Latisse at our Optometry</h3>
<img src="https://d3dhq28juvmj53.cloudfront.net/clipart/people/blond%20wearing%20glasses.jpg" />
<p style="text-align: right; font-size: 1.3em;"><strong><a href="#">Read On »</a></strong></p>
[/new_arrivals]

Vertical style:

[new_arrivals style='vertical' background_color='#bae1e9']
<h3>Chemistre+ Clip Ons: Like you have never seen before!</h3>
<img src="https://d3dhq28juvmj53.cloudfront.net/clipart/people/blond%20wearing%20glasses.jpg" />
<p style="text-align: right;">[button href='#' background_color='#321608' text_color='#fff' border_radius='15px' border_width='0px']Read On »[/button]</p>
[/new_arrivals]