• Resolved davidmorse1

    (@davidmorse1)


    Can someone tell me how to remove the box under the main menu? It says Home/CurrentPageTitle . It is on every page except the Home Page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • bdbrown

    (@bdbrown)

    Try adding this custom CSS:

    /* hide breadcrumbs element */
    .breadcrumbs {
        display: none;
    }

    To add custom CSS:

    • If you have a child theme you can add the CSS to the style.css file.
    • If you are using WordPress 4.7+ you can use the “Additional CSS” option in the Customizer.
    • If your theme has a custom CSS option you can use that to add the CSS.
    • If you have Jetpack installed you can enable its Custom CSS module.
    • Otherwise you can install a plugin like https://wordpress.org/plugins/simple-css/.
    Thread Starter davidmorse1

    (@davidmorse1)

    That’s it. Perfect! Thank you!

    bdbrown

    (@bdbrown)

    You’re welcome; glad to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove box under main navigation menu?’ is closed to new replies.