Remove Border Under BreadCrumbs

How do i get the line under the breadcrumbs to go away on all pages?
I looked for the css and couldn’t find it.
All i found was people asking to remove breadcrumbs completely.

Jesse

Hello Jesse,

Thanks for writing in!

You can use following CSS under X > Theme Options > CSS:

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

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

thank you!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.