Removing the Border around the Breadcrumbs…

Homepage Community Forums Optimal Theme Support Removing the Border around the Breadcrumbs…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8127
    MHSigers
    Customer

      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

      #8133
      Wes
      Moderator

        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;

        #8308
        MHSigers
        Customer

          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

          #8335
          Wes
          Moderator

            Thanks! I appreciate it!

            I’m actually holding her right now as I write this 🙂

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.