• Resolved chicagogirl

    (@chicagogirl)


    Trying to remove or minimize -manage letter size in breadcrumbs and no change!

    Removing breadcrumbs is it available with free version? the site mazurdance.org

    maybe little help with getting rid of “HOME” on the first page?

    here is the css code

    /* Breadcrumbs */
    .breadcrumbs {
    margin: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #ddd;
    }

    .breadcrumbs-container {
    color: #222;
    font-size: 8px;
    font-size: 0.5rem;
    }

    .breadcrumbs .trail-browse,
    .breadcrumbs .trail-items,
    .breadcrumbs .trail-items li {
    display: inline;
    margin: 0;
    padding: 0;
    }

    .breadcrumbs .trail-browse {
    margin-right: 0.5em;
    font-size: 7px;
    font-size: 0.5rem;
    font-weight: normal;
    }

    .breadcrumbs .trail-items {
    list-style: none;
    }

    .breadcrumbs .trail-items li::after {
    content: “0bb”; /* Raquo */
    padding: 0 0.5em;
    }

Viewing 1 replies (of 1 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Poseidon.

    The theme only includes basic styling for breadcrumbs. You need to install some Breadcrumbs plugin, otherwise no breadcrumbs are displayed at all.

    The “HOME” on the first page is the normal page title of your static front page.

    You can hide the page titles with this short CSS code:
    .page-title { display: none; }

    And of course you can also change the page title to something else rather than “Home”.

    Best,
    Thomas from ThemeZee

Viewing 1 replies (of 1 total)
  • The topic ‘breadcrumbs’ is closed to new replies.