How to change OpenCart2 breadcrumbs home text?

亡梦爱人 提交于 2019-12-12 04:18:33

问题


I'm struggling with this problem for a few months now and I can't figure out where to change this. Note that the website I'm working on is coded by someone else, I can't find the part where the fontawesome icon is added to the home text in the breadcrumbs.

Look at the breadcrumbs

As you can see there's an icon added, but I want to add a space between home and the icon, I just can't figure out which file to edit.

If you need any more info, let me know.


回答1:


Search for $_['text_home'] in catalog/language/english/default.php and add a space in it.



来源:https://stackoverflow.com/questions/34945365/how-to-change-opencart2-breadcrumbs-home-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!