t f v d
_

Shortcodes: other shortcodes

Delight Theme has many shortcodes integrated into the text editor with handy buttons:

With “Insert a span” button, you can get a span with class and id to stylize in the CSS tab of the Delight Admin Panel.

Here is the result:

[ pix_span class="test_span" id="" ] You content [ /pix_span ]

By clicking “Insert a hr” button a horizontal line (hr tag) will be inserted in the text editor.

Here is the result:


By clicking “Insert a to-top button” button… a horizontal line (hr tag) with a link to the top of the page will be inserted in the text editor.

Here is the result:


By clicking “Insert a clear div” button a div with clear:both and display:block will be inserted in the text editor.