Okay
  Public Ticket #1327729
Breadcrumb box color
Closed

Comments

  • digitxllc started the conversation

    How do I make the color of the box where the breadcrumb is to be None (transparent) it seems to use the secondary color which I want for everything else except the area.

    Is there a custom CSS code I can use?

    Please advice.

    Thanks.

  •  93
    djwd replied

    HI

    ul.breadcrumb {
        background: transparent;
        border-bottom: none;
        padding-left: 0;
    }

    should do the trick

    Regards
    djwd