Breadcrumbs Hompage Label

#240953
  • Resolved Jim Roberts
    Rank Math free

    I would like to use a Font Awesome icon for a homepage label, specifically fa-home. I enter ‘<i class=”fa fa-home” aria-hidden=”true”></i>’ into the Homepage label field, press Save Changes, but the entry I made disappears. Is there a way I can use an icon here? I am using Elementor Pro, and Elementor Hello as my theme.

Viewing 1 replies (of 1 total)
  • Ankit
    Rank Math business

    Hello,

    Thank you for contacting Rank Math today.

    You can use the following filter to change the appearance of your breadcrumbs. Please add the relevant custom values for changes.

    /**
     * Filter to change breadcrumb html.
     *
     * @param  html  $html Breadcrumb html.
     * @param  array $crumbs Breadcrumb items
     * @param  class $class Breadcrumb class
     * @return html  $html.
     */
    add_filter( 'rank_math/frontend/breadcrumb/html', function( $html, $crumbs, $class ) {
    	return $html;
    }, 10, 3);

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Breadcrumbs Hompage Label’ is closed to new replies.