Tagged: breadcrumbs, icon
Hi
I’d like to use this fontello icon (av_font_icon icon=’ue801′ font=’fontello’) instead of the “home” text in my breadcrumbs on the site below.
I’ve looked through some threads but did not find a good solution. Can you help me with this?
thanks
Nancy
Hey Munford,
Thank you for the inquiry.
You should be able to use the avia_breadcrumbs_trail filter for that. For usage examples, please check the following threads.
// https://kriesi.at/support/topic/breadcrumb-trail-2/#post-1036549
// https://kriesi.at/support/topic/breadcrumbs-not-showing-all-grandparent-parent-child/#post-1031757
You will have to override or replace $trail[0].
Best regards,
Ismael
thanks
I don’t code really but if there is an easy solution?
Hi,
That what Ismael provided from the links, they are the easy solutions for you to use :)
Best regards,
Basilis
Hi that’s great but I don’t understand how to use these solutions, but it’s not really important.
Hi,
I didn’t see a breadcrumb on your homepage, but I did find one on another page, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.breadcrumb-trail a.trail-begin:after {
content: "\e821";
font-family: entypo-fontello;
font-size: 16px;
color: #000;
}
.breadcrumb-trail a.trail-begin {
color:#fff !important;
}
Best regards,
Mike
thanks that’s what I needed.
you can close this thread.
Hi Munford,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria