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

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> 

1 COMMENT

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Exit mobile version