You would have to tell us which theme you are using, or give us a link to your live site so we can look at it.
I temporarily commented out the the line, so here is the link to the theme:
http://newwpthemes.com/wordpress-theme/fiorano/
Thank you!
-Scott
I think this will work. Add it to your CSS file.
ul.children li {
border-bottom: none;
}
Thank you ambrosite, unfortunately, that did not work.
I believe you meant it as (which did not work)…
.sidebar ul.children li {
border-bottom: none;
}
If you give me a link to the site where you are having this problem, I’ll take a closer look.
Here ya go; http://runtofinish.com/
Thank you.
I think I’ve got it.
#multi-pages-1 ul li li {
border-bottom: none;
}
And if that doesn’t work, then this.
#multi-pages-1 ul li li {
border-bottom: none !important;
}
That worked. I would not have thought to look at #multi-pages.
Thanks again!
-Scott