Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the gesto-plugin domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u974670350/domains/warrantytag.com/public_html/web/wp/wp-includes/functions.php on line 6121
[direction] - WarranyTag
G E S T O . . . .

[direction]

Estimated reading: 1 minute 146 views

You may see some direction or steps highlighted on the theme doc demo pages as like the below screenshot.

We used the [direction] shortcode to render the design of the steps. Your shortcode could be [direction]Theme Options > Header > Top of Header > Menu Element[/direction] Use the > character as the direction separator icon. This character (>) will be replaced with an arrow-right icon by default.

You can change the icon with some custom CSS. See the code below-

.direction_step + .direction_step:before {
  content: "\35";
  font-family: eleganticons;
}

​Here the content value is the Elegant Icon​ code. You would not find the icon code directly on the Elegant Icon’s website. Inspect the icon by right-clicking on it from their website. Then navigate to the CSS ::before CSS Pseudo-elements to see the icon code. Watch the below GIF to see the process of inspection and taking of the icon code.

Leave a comment

Your email address will not be published. Required fields are marked *

Share this Doc

[direction]

Or copy link

CONTENTS