Title: Remove Breadcrumb
Last modified: August 24, 2016

---

# Remove Breadcrumb

 *  Resolved [rogersjbr](https://wordpress.org/support/users/rogersjbr/)
 * (@rogersjbr)
 * [11 years ago](https://wordpress.org/support/topic/remove-breadcrumb-1/)
 * How do we remove the breadcrumb just under the menu?

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/remove-breadcrumb-1/#post-6088799)
 * What is your URL?
 * I tried the theme but not see breadcrumbs
 *  Thread Starter [rogersjbr](https://wordpress.org/support/users/rogersjbr/)
 * (@rogersjbr)
 * [11 years ago](https://wordpress.org/support/topic/remove-breadcrumb-1/#post-6088862)
 * The url is [beachtimemarketing.com](http://beachtimemarketing.com)
 * The blog page is fine but the home and about page shows a breadcrumb right under
   the logo.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years ago](https://wordpress.org/support/topic/remove-breadcrumb-1/#post-6088884)
 * In your [Child Theme](http://codex.wordpress.org/Child_Themes) or [CSS Editor Plugin](https://wordpress.org/plugins/simple-custom-css/)
   try this code:
 *     ```
       .page-list h3, .page-list h4 {
           display: none;
       }
   
       .page-section {
           padding: 0px;
       }
       ```
   
 * **\*Note**
    If your theme has a custom CSS Editor in it, you can also paste the
   code in there.
 * Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [11 years ago](https://wordpress.org/support/topic/remove-breadcrumb-1/#post-6088887)
 * Hello,
 * CSS edit is not necessary, just go to edit page and under our _Page settings_
   set Title layout to _none_,
 *  Thread Starter [rogersjbr](https://wordpress.org/support/users/rogersjbr/)
 * (@rogersjbr)
 * [11 years ago](https://wordpress.org/support/topic/remove-breadcrumb-1/#post-6088913)
 * Resolved. Thank you for the great support!
 *  [Naturkraut](https://wordpress.org/support/users/naturkraut/)
 * (@naturkraut)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-breadcrumb-1/#post-6089073)
 * Hi Guys!
 * it is possible to make this setting globally or do I have to edit each page individually?
 * regards
    Rene
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-breadcrumb-1/#post-6089074)
 * Hello,
 * If you will put that under _Maskitto Light Options > CSS code_ that should work
   globally.
 *  [Naturkraut](https://wordpress.org/support/users/naturkraut/)
 * (@naturkraut)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-breadcrumb-1/#post-6089075)
 * Hi,
 * yes that works for me, thanks!
    But I think this code removes now all of the 
   h3 and h4 Lines in my content, correctly?
 * Regards
    Rene
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/remove-breadcrumb-1/#post-6089076)
 * Yes, but at this moment this is the only solution.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Remove Breadcrumb’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/maskitto-light/3.4.0/screenshot.
   png)
 * Maskitto Light
 * [Support Threads](https://wordpress.org/support/theme/maskitto-light/)
 * [Active Topics](https://wordpress.org/support/theme/maskitto-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/maskitto-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/maskitto-light/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/remove-breadcrumb-1/#post-6089076)
 * Status: resolved