Okay
  Public Ticket #1355540
Breadcrumbs
Closed

Comments

  • scorpionsupport started the conversation

    Hi

    How can we change the colour of the font for the breadcrumbs, am I missing a setting somewhere?

    Many thanks in advance for your time.

    Dean Sygrove

  •  93
    djwd replied

    Hi there,

    not sure will look into that. Please paste this into the Custom CSS textarea (Advanced Tab) should fix it

    .breadcrumb {
        color: #ccc;
    }
    .breadcrumb a {
        color: #81d742
    }

    Hope it helps

    Regards
    djwd