In the breadcrumb there are links and they have a color that I would like to change, where can I do it?
delinea Hi They do have the blue color that is default color of links in the template If you want to change this specific one you can use this code in custom css
.t4-breadcrumb a {color:#000;}
Perfect, Thanks
delinea Welcome!