Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1036440
    natemancini
    Participant

    Hello,

    I would like to remove the white border beneath the breadcrumbs bar on my site.
    Breadcrumbs Border

    I searched the forums here and found other people asking the same question. So I implemented what I believe is the correct method. I put in the following CSS in the Global CSS in the Customizer:

    .x-breadcrumb-wrap {
      border-bottom: none !important;
    }

    But unfortunately this did not work — the white breadcrumbs border is still there. Please let me know how I might get rid of the border in an alternate way. Thanks!

    #1036441
    natemancini
    Participant
    This reply has been marked as private.
    #1036879
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-breadcrumb-wrap {
        box-shadow: none !important;
    }

    Thanks.

    #1037544
    natemancini
    Participant

    This worked perfectly. Thanks!

    #1037854
    Rad
    Moderator

    You’re so much welcome!

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