Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1177541

    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

    #1177971

    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

    #1181553

    thanks
    I don’t code really but if there is an easy solution?

    #1182134

    Hi,

    That what Ismael provided from the links, they are the easy solutions for you to use :)

    Best regards,
    Basilis

    #1182266

    Hi that’s great but I don’t understand how to use these solutions, but it’s not really important.

    #1182614

    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; 
    }

    expected results:
    2020-02-08-100443

    Best regards,
    Mike

    #1183151

    thanks that’s what I needed.
    you can close this thread.

    #1183230

    Hi Munford,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘icon instead of "home" in breadcrumbs’ is closed to new replies.