Reply 324035 to: How do I change the home text with a icon in the breadcrumbs?

Avatar: Olga Barlow
Olga Barlow
Support staff
May 16, 2022 at 19:43

Hello,

Oh, I see.
Add the below code to Theme Options > Custom CSS

.page-heading nav > a:first-of-type, .page-heading #breadcrumb > a:first-of-type {font-size: 0 !important;}
.page-heading nav > a:first-of-type:before, .page-heading #breadcrumb > a:first-of-type:before {
    font-family:'xstore-icons';
    content: '\e953';
    font-size: 14px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.