Change Breadcrumb Text Color
If you would like to change the color of the breadcrumb text use the following code:
/* Change the breadcrumb color */ .sm-breadcrumb-item, .sm-breadcrumb-item a { color: #00fffb!important; }
Comments