Title: Breadcrumbs &#8211; template&#8217;s separator
Last modified: March 30, 2020

---

# Breadcrumbs – template’s separator

 *  Resolved [rvyskovsky](https://wordpress.org/support/users/rvyskovsky/)
 * (@rvyskovsky)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/breadcrumbs-templates-separator/)
 * Good day,
 * please, can you tell me how to disable the use of template’s bullets in gallery
   settings?
 * Thank you in advance,
    Richard.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbreadcrumbs-templates-separator%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [gabyimagely](https://wordpress.org/support/users/gabyimagely/)
 * (@gabyimagely)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/breadcrumbs-templates-separator/#post-12607644)
 * Hello [@rvyskovsky](https://wordpress.org/support/users/rvyskovsky/),
 * Richard, The gallery shows the information in that format by default.
    It’s the
   way the breadcrumbs are usually created, like any other navigation item.
 * What I did notice is that the styling is off, and the CSS doing that is part 
   of a compress CSS file. So, I assume that the CSS changing the format of the 
   breadcrumb is part of the theme.
 * What you can do is to apply some extra CSS customizations to improve the styling
   
   Go to Appearance > Customize > Additional CSS Copy and paste this code. Note:
   Do not forget to click on “Publish.”
 *     ```
       .entry-content ul.ngg-breadcrumbs li::before {
           display: none !important;
       }
   
       ul.ngg-breadcrumbs li{
       margin-top: 11px !important;
       }
       ```
   
 *  Thread Starter [rvyskovsky](https://wordpress.org/support/users/rvyskovsky/)
 * (@rvyskovsky)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/breadcrumbs-templates-separator/#post-12609116)
 * Great!
    Thank you very much! That’s exactly what I needed! Thank you once again,
   Richard.

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

The topic ‘Breadcrumbs – template’s separator’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [rvyskovsky](https://wordpress.org/support/users/rvyskovsky/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/breadcrumbs-templates-separator/#post-12609116)
 * Status: resolved