Hello, @odedharel
To change the home icon to home text go to your dashboard > Appearance > Editor > on the right side you see “inc” folder
click on that so now you have one drop-down menu and open “breadcrumbs.php” file from it. After Open the file Search
icon-home from that opened file. You get this line
<a href="%s"%s><span class="icon-home"></span><span style="display: none;">%s</span></a>
.
Just remove that class from that file.
<a href="%s"%s> %s </a>
Like this. So You can get home as a text and replace the home icon.
Hope this will helps you.
Thanks.
-
This reply was modified 6 years, 2 months ago by Anonymous User 16453565.
-
This reply was modified 6 years, 2 months ago by Anonymous User 16453565.