Custom breadcrumb in opencart
Just insert the code below in the footer.tpl and the last breadcrumb will be bold as in the image above
<script type="text/javascript">// <![CDATA[
$(document).ready(function () {
$(".breadcrumb a:last-child").css('font-weight','bold');
});
// ]]></script>










