Warning: json_decode() expects parameter 1 to be string, array given in /home/c1890901/public_html/index.php on line 242 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/ord.php on line 23 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/ord.php on line 28 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/ord.php on line 34 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/ord.php on line 38 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/ord.php on line 45 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/ord.php on line 49 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/ord.php on line 58 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/ord.php on line 62 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/ord.php on line 71 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/ord.php on line 81 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/vendor/joomla/string/src/phputf8/utils/validation.php on line 40 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/joomla/database/driver.php on line 1946 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/joomla/database/driver.php on line 1946 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/joomla/database/driver.php on line 1946 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/joomla/database/driver.php on line 1946 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/joomla/database/driver.php on line 1946 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/joomla/database/driver.php on line 2022 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/joomla/filesystem/path.php on line 143 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/joomla/filesystem/path.php on line 146 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/joomla/filesystem/path.php on line 149 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/c1890901/public_html/libraries/src/User/UserHelper.php on line 620 Clases
Menu

Designed for the buttons inside the articles or custom type HTML Joomla! modules, the button styles offer size and color customization and adapt to every background type (light, clear, dark and color).

Button Styles

This is the button element. The button style provided by this template is:

To use it, insert the following code into your text editor:

<button class="favth-btn">...</button>

If you want to use the button with a link:

Button link

<a class="favth-btn" href="#">...</a>

Button + light

The button style adapts for every background type provided by our templates:

Button + clear/dark

The button style adapts for every background type provided by our templates:

Button + color

The button style adapts for every background type provided by our templates:

Sizes and colors for the buttons

Each button style can be further customized with additional sizes and colors:

Button Sizes

This is the large button size. To use it, insert the following code into your text editor:

<button class="favth-btn favth-btn-large">...</button>

This is the default button size. To use it, insert the following code into your text editor:

<button class="favth-btn">...</button>

This is the small button size. To use it, insert the following code into your text editor:

<button class="favth-btn favth-btn-small">...</button>

This is the mini button size. To use it, insert the following code into your text editor:

<button class="favth-btn favth-btn-mini">...</button>

Button Colors

This is the favth-btn-info button element. To use it just type the following code in your text editor. Make sure the code is added in the html mode.

<button class="favth-btn favth-btn-info">...</button>

This is the favth-btn-success button element. To use it just type the following code in your text editor. Make sure the code is added in the html mode.

<button class="favth-btn favth-btn-success">...</button>

This is the favth-btn-warning button element. To use it just type the following code in your text editor. Make sure the code is added in the html mode.

<button class="favth-btn favth-btn-warning">...</button>

This is the favth-btn-danger button element. To use it just type the following code in your text editor. Make sure the code is added in the html mode.

<button class="favth-btn favth-btn-danger">...</button>

How to add icons to buttons

To use the Font Awesome icons with the button styles, insert the following code into your text editor:

Download

<a class="favth-btn" href="#"> 
<i class="fas fa-download"></i>
Download
</a>