Page 1 of 1
How do you update breadcrumbs icons to something more modern?
Posted: Thu Aug 17, 2023 12:31 pm
by supak111
Would like to update my breadcrumbs icons but have no clue how this would be done, can't fine anything online.
This website for example has nice new ones:
https://www.prowebtec.com/index.php?route=checkout/cart
.
Re: How do you update breadcrumbs icons to something more modern?
Posted: Thu Aug 17, 2023 12:52 pm
by TMD Extension @
Information is not enough to suggest you anything. Please read the community guidelines how to post a question.
Provide the Theme name, share the website URL, what icon library are you looking to apply, opencart version. etc.
After that someone will be able to get the answer for you.
Re: How do you update breadcrumbs icons to something more modern?
Posted: Thu Aug 17, 2023 1:42 pm
by thekrotek
If you mean home icon, then you need to update main language file and replace "text_home" with the path to the image you like: PNG, JPG, SVG etc.
Re: How do you update breadcrumbs icons to something more modern?
Posted: Thu Aug 17, 2023 2:32 pm
by supak111
thekrotek wrote: ↑Thu Aug 17, 2023 1:42 pm
If you mean home icon, then you need to update main language file and replace "text_home" with the path to the image you like: PNG, JPG, SVG etc.
Hi yes I was waking about the home icon in the breadcrumbs path in the website posted in the first post.
What file do I need to look into?
Re: How do you update breadcrumbs icons to something more modern?
Posted: Thu Aug 17, 2023 3:53 pm
by thekrotek
Yes, the main one.
Re: How do you update breadcrumbs icons to something more modern?
Posted: Thu Aug 17, 2023 4:59 pm
by SohBH
Code: Select all
.breadcrumb i.fa-home:before {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAiCAYAAAA3WXuFAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAABIgAAASIBoAaVOgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAARUSURBVFiF7ZhbbBRVGMd/3+xCuYnSYERaLYnwYBqNBAx0e2EpiEYuapPWawStUEhbEUNA3/bNEoJGkS1YxGhMaSpyMRANTaRutLVRMRLAJpBQSwUxasWlUroz5/OhO+2USy9Ll/DgP5mH+X/fOeeXOWfO+WbguqXyWCBc8cb9G95WkOvt7bo6KCys9Z071x6+zXZWZEWjBKLRj0yLv3guITvRPq1EG2Zm1o48e+7vakVW9Lr6/J2TOz45NSU06oYCzZixbUxq6vl9AkVXRvXxjlj0QPPEdbfcEKCcnPCEMWOlDtFHPBDNIM2etPzOlNgXR+5eNSGpQPPmVd1hWf4vgUCPKfwQ8zl5KcafDXzbaxOImVFfN6SvSRvKGINe1IH87Rk+29QB0zzNI12XLi5uanr5H4BDmaFxk9ov7HFE5zsYbBRHzCkbe0GgLXxy2IDy8qruVfQgkO5pud/uulDU2PjqRW/uianlKZcujqx2MAVxIGz0Nxv74by2yiMDjTXglAWzt85UNOKFUaT63wtacDkMwLSTmy8d/7W1SOEDjz0JrPr6tNKsgcbr9wkFcyqDRqx9KjLe0yAciZwph5Dpr62CHE5bvckRXWOj2Bgc0Y4YFCw4HT44ZKA5OVsXK9QiMkpF3OQNkciK1/oDuVxN6eXrHaiIA2FjumKizz7aum3X1fKvOmXBQPg5lN2Au8GpoGuHCgMwq23zBkTKAPeJjhSo2Z/xUvGggPKzKssU+RDwxy1HkOWRSMmmocK4Cpx+ZwvIUsA9UnyoVO3NKF7bL1Bwdni9opul1+9S9KlIZPn7icK4ymt792MRCoDOuCWobPx0yosV3rz4GlLJn7XlTRV5BRG0++pQlYJIQ8k1F2AiqktfGbQt3edgxrvbQgytbP4loyxEyEhhYa3vr9bftyssUxHiQO2KLPyqYWXjcMK4OnBXyUwV87mNTozvU8QwOzsmpiy12lvO7kV1mSf/jIiTmywYgIWnt31vIAiccT2Bp0f/0bnbAlnkyT2l6JxD35QdSxaMqyWtVcfU8mcjnOgxhUV9FrUgpfWNpYM6c4ZDT7RsbbGU1V6v72uv6twoGFe2RZ8x/ddKHFgqublVBSqUpNr2A1nR6OhA9PzPk2JdNX+KUxloe+uKc24wSrRiHJGb995OhF0CDwG3A+NAHlRl061qNf2UVp4+UD/DBjR6rGwEefJacYX7UP+eWgp9SQcKBiunCJR6rMOoFKNSDPzY4wozp6alPZN0IFutJcTXnqJHfdaI7M8aV+14/ei6HYYRAYXjbq52HxXJBbLUusdzW1Nf/4J7NjG3JdQpQnVPVJmadCCDpvTciLRfHhdVrzfk77OEPxSTpf+BBlKfndqITA/ODneXmv7ekO3JEsNQNrwx300un2/TXSrafhsHsLFxPeOY6Ub06kCCVvQUaGpQAUQQk/BPkslqSZ2iKKa7MsegYtFdYivqgYGbcMpuOqD/AMBMvYRKKhxpAAAAAElFTkSuQmCC);
}
Re: How do you update breadcrumbs icons to something more modern?
Posted: Thu Aug 17, 2023 8:03 pm
by paulfeakins
Looks like they've switched from using Font Awesome to custom PNG ones.