Background with blog post slider

    [background bg="http://imageurl" padding="30px" parallax="0" dark="false"]
    
    [blog_posts posts="6" columns="3" image_height="200px"]
    
    [/background]
    

    Background with Product slider and parallax background

    [background bg="http://imageurl" padding="30px" parallax="2" dark="false"]
    
    [ux_bestseller_products products="9" columns="4"]
    
    [/background]
    

    Dark Background with Product slider and parallax background

    [background bg="http://imageurl" padding="30px" parallax="3" dark="true"]
    
    [ux_bestseller_products products="9" columns="4"]
    
    [/background]
    

    Background with Featured boxes

    [background bg="http://imageurl" padding="30px" parallax="0" dark="false"]
    
    [row]
    [col span="1/3"]
    [featured_box title="Featured box title" img="http://imageurl"  pos="left"]
      text
    [/featured_box]
    [/col]
    
    [col span="1/3"]
    [featured_box title="Featured box title" img="http://imageurl"  pos="left"]
      text
    [/featured_box]
    [/col]
    
    
    [col span="1/3"]
    [featured_box title="Featured box title" img="http://imageurl"  pos="left"]
      text
    [/featured_box]
    [/col]
    
    
    [/row]
    
    [/background]
    

    Background with Featured boxes dark style and parallax

    [background bg="http://imageurl" padding="60px" parallax="3" dark="true"]
    
    [row]
    [col span="1/3"]
    [featured_box title="Featured box title" img="http://imageurl"  pos="left"]
      text
    [/featured_box]
    [/col]
    
    [col span="1/3"]
    [featured_box title="Featured box title" img="http://imageurl"  pos="left"]
      text
    [/featured_box]
    [/col]
    
    
    [col span="1/3"]
    [featured_box title="Featured box title" img="http://imageurl"  pos="left"]
      text
    [/featured_box]
    [/col]
    
    
    [/row]
    
    [/background]
    

    Testemonials with a background shortcode

    Lucy Anderson
    PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.
    Lucy Anderson Facebook
    Lucy Anderson
    PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.
    Lucy Anderson Facebook
    Lucy Anderson
    PBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.
    Lucy Anderson Facebook
    
    [background bg="http:/bgurl" padding="30px" parallax="0" dark="false"]
    [row]
    
    [col span="1/3"]
        [testimonial image="http://imageurl" name="Author name" company="Company name"]
           Add testemonial text here
        [/testimonial]
    [/col]
    
    [col span="1/3"]
        [testimonial image="http://imageurl" name="Author name" company="Company name"]
           Add testemonial text here
        [/testimonial]
    [/col]
    
    [col span="1/3"]
        [testimonial image="http://imageurl" name="Author name" company="Company name"]
           Add testemonial text here
        [/testimonial]
    [/col]
    
    [/row]
    [/background]