Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287409
    gizzie
    Participant

    Hi,

    I see a dark grey line below my breadcrumb wrap. How can I change the color (or remove the line)?

    I already use below, but this does not have any effect.

    .x-breadcrumb-wrap {
    background-color: #000000;
    border-bottom: none;
    }

    Url. http://www.tieglon.nl

    #1287563
    Joao
    Moderator

    Hi There,

    Update :

    
    .x-breadcrumb-wrap {
        background-color: #000000;
        border-bottom: none;
        text-align: left;
    }

    For:

    .x-breadcrumb-wrap {
        background-color: #000000;
        border-bottom: none;
        text-align: left;
        box-shadow: none;
    
    }

    Hope it helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1287409 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>