• Resolved drum90

    (@drum90)


    Hello, tell me how you can disable breadcrumbs in the topic itself, the fact that in woocommerce they are not displayed correctly and when you go to any of the categories in the way of crumbs immediately appears the first product from the category that looks very incorrect.
    Subject: spacepress (rockers)

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @drum90

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .page-breadcrumb [
      display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter drum90

    (@drum90)

    @snehalb890
    Unfortunately did not help, besides gave one error. Maybe I’m doing something wrong. a link to the screenshot attached
    https://yadi.sk/i/T6-HJs5TrmdV-A

    Anonymous User 16453565

    (@anonymized-16453565)

    hey, @drum90

    I’m really sorry about this. Change the bracket in the first line to curly braces.
    (ex: [ change this to { this.)

    Thanx.

    Thread Starter drum90

    (@drum90)

    @snehalb890 Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to disable breadcrumbs in the theme’ is closed to new replies.