Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #650182

    Dear enfold support team,
    I want to replace the word “startseite” (home) on breadcrumbs with this google icon <i class=”material-icons”>home</i>. Could you please help me with this?
    Regards
    vnfan

    #650196

    Hi vnfan!

    You need to use the icon name ( I can not see it anywhere listed on what you provided ) in the following:

    .breadcrumb-trail > span:nth-child(2), .breadcrumb-trail > span:nth-child(3) {
    content: “”;
    }

    where the content, has to be the icon name.
    Please do let me know if that works out for you

    Cheers!
    Basilis

    #650815

    Dear Basilis,
    i have tried those codes but they don`t work.
    .breadcrumb-trail > span:nth-child(2), .breadcrumb-trail > span:nth-child(3) {
    content: “ic_home_black_24px.svg”;
    }

    .breadcrumb-trail > span:nth-child(2), .breadcrumb-trail > span:nth-child(3) {
    content: “url(http://www.vietnam.destinatour.de/wp-content/uploads/2016/06/ic_home_black_24px.svg)”;
    }

    #651852

    Hi,

    We would like to check the page but it is currently on maintenance mode. Please post the login details here so that we can check it. Or try this in the Quick CSS field:

    .avia-breadcrumbs span:nth-child(1) a {
        background: url(https://www.vietnam.destinatour.de/wp-content/uploads/2016/06/ic_home_black_24px.svg);
        width: 24px;
        height: 24px;
        text-indent: -9999px !important;
        display: inline-block;
    }

    Best regards,
    Ismael

    #652212

    Hi Ismael,
    thanks for the codes. It doesnt change anything. However I dont want to add an icon to the breadcrumb anymore.
    Sorry. I have forgotten to deactived the maintance mode.
    Thank a lot for your answer.

    #653237

    Hi,

    Alright. Let us know if you need more help in the future. Please feel free to open a new thread. :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.