PenciDesign replied
Hi,
1/ To center breadcrumb, please add more this code to Customize > Custom CSS:
.container.penci-breadcrumb{ text-align: center; }
2/ To change color of breadcrumb, please add more this code to Customize > Custom CSS:
.container.penci-breadcrumb span, .container.penci-breadcrumb span a, .container.penci-breadcrumb span a:hover{ color: #ff0000; }
Change color code 'ff0000' to the color code you want. You can get a color code here:
3/ To change color of breadcrumb, please add more this code to Customize > Custom CSS:
.container.penci-breadcrumb.single-breadcrumb > span:last-child, .container.penci-breadcrumb.single-breadcrumb > i:last-child{ display: none; }
Best Regards,
PenciDesign