• Resolved jmd87fr

    (@jmd87fr)


    Hi,
    when I install the breadcrump in my GP theme I have 2 lines on my pages.
    Take a look on https://formations-digitales.fr
    A green line, customed by mylself, OK
    and a blue line, I dont want this line.
    How can I delete this blue line?
    Can you help me please ??
    Thank you
    jean-marc

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Jean-Marc,

    Thank you for using Yoast SEO and for reaching out!

    We understand you run GeneratePress as your theme and you are implementing our breadcrumbs on your site.

    When you say the blue line, are you referencing the blue border around the section? That comes from some CSS on your site and not from our plugin.

    To give you a headstart:

    #breadcrumbs {
      box-shadow: 1px 1px red;
      background: #2ab54d;
      border: 1px solid #1e90ff;
      border-radius: 5px;
      padding: 0 100px;
      font-size: 18px;
    }

    If you would add the following in your childtheme style.css or through Appearance → Customizer → Extra CSS:

    #breadcrumbs {
      border: none;
    }

    That CSS should overwrite the inline CSS.

    This thread was marked resolved due to a lack of activity, but you’re always welcome to re-open the topic. Please read this post before opening a new request.

    Thread Starter jmd87fr

    (@jmd87fr)

    Hi Jeroen,
    My apologies, I let your answer fall through.
    Thank you very much.
    Fixed ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Yoast Breadcrumb with GeneratePress’ is closed to new replies.