Tagged: breadcrumbs, font colour, position
HI,
Several months ago, I wrote this request for help here: which was then resolved.
However, we are now finding we need the breadcrumbs in that exact position but to be darker – at the moment they are white. How do we reverse this, please?
See example here: https://mens.boutique/z/skincare/ top right you can see breadcrumbs if you look very carefully and highlight. They need to be darker?
Hey Vincent,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .breadcrumb,
#top .breadcrumb a {
color: #333;
}
Hope this helps ;)
Best regards,
Nikko