• Resolved peggywade

    (@peggywade)


    The breadcrumbs are not visible on my website, since they are white because of some CSS conflict, probably. How can I change the color to blue?

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    I suggest adding some CSS to your theme’s (or child theme’s) style.css that targets the breadcrumb trail. Use your browser’s built in inspector to determine what class to explicitly target, and what CSS works best for your application. You can start with something such as:

    .breadcrumbs a{color: #2988ff;}

    to target the anchors and

    .breadcrumbs {color: #2988ff;}

    to target the separators and other non-linked items (such as the current item).

Viewing 1 replies (of 1 total)
  • The topic ‘Hello, thank you for the nice plugin!’ is closed to new replies.