[oceanwp_icon] Shortcode

This shortcode allows you to display an OceanWP SVG Icon (and only OceanWP SVG icons) anywhere on your website.

Find the list of available OceanWP SVG Icons and their class names here.

Shortcode:

[oceanwp_icon]

Example:

If you would like to display the 'author' icon, you need the use the shortcode as following:

[oceanwp_icon icon="user" location=false]

Available parameters list:

  • title: Assign a custom title to the icon.
  • description: Assign a description to your icon;
  • area_hidden: Default value is set to true. This means that your icon is hidden from screen readers and other assistive technologies. To override this, you can use the value false.
  • fallback: Assign an icon to display instead of your icon of choice.
  • location: Default value set to true. This means that the shortcate will search for icons only among the OceanWP SVG icons library. If you set the location parameter to false, the shortcode will search only by available OceanWP theme icons, including Font Awesome and Simple Line Icons.
[oceanwp_icon icon="user" title="custom-title" desc="your-desc" area_hidden=true fallback="account"]

Example: If you would like to display an 'author' icon that is visible to screen readers and use the 'account' icon as the replacement icon, use the shortcode as following:

[oceanwp_icon icon="user" area_hidden="false" fallback="account"]
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.