• Resolved rvyskovsky

    (@rvyskovsky)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @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

    (@rvyskovsky)

    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.