Bold the last breadcrumb element in the opencart, custom breadcrumb in opencart

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> 

Previous articleSend mail when reviews are given to the product in opencart
Next articlefile transfer server, corrupt images when uploaded through FTP

1 COMMENT

LEAVE A REPLY

Please enter your comment!
Please enter your name here