Shortcodes: Buttons

In Qlassik WP theme you can use styled buttons:

Predefined buttons

Brown Sugar Orange Green

[button class="btn_btn_brown" bg_color="#000000" text_color="#FFFFFF" link="#" target="_self"]Brown Sugar[/button] 
[[button class="btn_orange" bg_color="#000000" text_color="#FFFFFF" link="#" target="_self"]Orange[/button] 
[button class="btn_green" bg_color="#000000" text_color="#FFFFFF" link="#" target="_self"]Green[/button]
Nautic Blue Green Apple Dark Gray Purple Berry Red Button
[button class="btn_blue" bg_color="#000000" text_color="#FFFFFF" link="#" target="_self"]Nautic Blue[/button]
[button class="btn_green_apple" bg_color="#000000" text_color="#FFFFFF" link="#" target="_self"]Green Apple[/button]
[button class="btn_dark_gray" bg_color="#000000" text_color="#FFFFFF" link="#" target="_self"]Dark Gray[/button]
[button class="btn_purple" bg_color="#000000" text_color="#FFFFFF" link="#" target="_self"]Purple Berry[/button]
[button class="btn_red" bg_color="#000000" text_color="#FFFFFF" link="#" target="_self"]Red Button[/button]

Custom colored buttons

#f00c0c #f00c0c #757575 #757575 #e80ee8 button
[button class="" bg_color="#f00c0c" text_color="#FFFFFF" link="#" target="_self"]#f00c0c[/button]
[button class="" bg_color="#f00c0c" text_color="#38e30d" link="#" target="_self"]#f00c0c[/button]
[button class="" bg_color="#757575" text_color="#FFFFFF" link="#" target="_self"]#757575[/button]
[button class="" bg_color="#757575" text_color="#000000" link="#" target="_self"]#757575[/button]
[button class="" bg_color="#e80ee8" text_color="#FFFFFF" link="#" target="_self"]#e80ee8[/button]
[button class="" bg_color="#e80ee8" text_color="#f70808" link="#" target="_self"]button[/button]   

Customed List styles:

This is how looks the default list

  • Default list item 1
  • Default list item 2
  • Default list item 3

Checklist:

  • Checklist item 1
  • Checklist item 2
  • Checklist item 3
[check_list]
    
  • Checklist item 1
  • Checklist item 2
  • Checklist item 3
[/check_list]

Border list with icons:

  • List grid item 1 (icon_word)
  • List grid item 2 (icon_pdf)
  • List grid item 3 (icon_text)
[grid_list]
   
  • List grid item 1 (icon_word)
  • List grid item 2 (icon_pdf)
  • List grid item 3 (icon_text)
[/grid_list]

Delete list:

  • Delete list item 1
  • Delete list item 2
  • Delete list item 3
[delete_list]
    
  • Delete list item 1
  • Delete list item 2
  • Delete list item 3
[/delete_list]

Arrow list:

  • Arrow list item 1
  • Arrow list item 2
  • Arrow list item 3
[arrow_list]
    
  • Arrow list item 1
  • Arrow list item 2
  • Arrow list item 3
[/arrow_list]