- This topic has 3 replies, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Optimal Theme Support › Removing the Border around the Breadcrumbs…
What’s the easiest way to remove the border around the breadcrumbs (http://www.leebrickandblock.com/sioux-city-brick-centennial-collection/)? I thought I nailed it when I simply removed the “border: 1px solid # 111111;” from the stylesheet, but it also took away the border on the gravity forms.
I want to keep those but lose the border on the breadcrumb.
Thanks so much!
Joi
As you’ve probably already seen, the border is coming from line 107 –
blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
background-color: #f6f6f6;
border: 1px solid #111111;
}
But if that’s the part you need to keep for other parts of your site, you could either remove the line that says .breadcrumb,
in the code above….or you could create it on a separate line and add border: none;
Thanks so much Wes, that’s what I thought, but since it’s a website for a BIG company, I didn’t want to take any chances with my hunches. Much better to ask an expert!
Thanks and congratulations on your BEAUTIFUL new baby. – Joi
Thanks! I appreciate it!
I’m actually holding her right now as I write this 🙂