7. Text Box

[textbox icon="" link="" target="" heading="" layout="" schema="" icon_background_color="" icon_background_hover="" heading_color="" content_color="" css_animation=""]Enter content text here[/textbox]

The [textbox] shortcode has the following variables/options:
  1. icon (optional) – FontAwesome Icon (without “fa-“)
  2. link – Open Link in New tab or Curent tab
  3. heading (optional) – Heading text
  4. layout (optional) – Default “left”
    • left: Icon floats left, text align left
    • center: Icon is center, text align center
    • right: Icon floats right, text align right
  5. schema (optional) – Default “light”
    • light: Light color
    • dark: Dark color
  6. icon_background_color – Default #fff (“dark” schema) and #343434 (“light” schema)
    • #RGB
  7. icon_background_hover – Default theme color – background color of icon when mouse-hovered
    • #RGB
  8. heading_color – Default #fff (“dark” schema) and #343434 (“light” schema)
    • #RGB
  9. content_color – Default #FFF, opacity 50% (“dark” schema) and #343434, opacity 50% (“light” schema)
    • #RGB
  10. css_animation – Select types of animation for element to be animated when it “enters” the browsers viewport (Note: works only in modern browsers), with options: top-to-bottom, bottom-to-top, left-to-right, right-to-left, appear-from-center

shortcode_texbox