[Resolved] Breadcrumbs setup and font size

Home Forums Support [Resolved] Breadcrumbs setup and font size

Home Forums Support Breadcrumbs setup and font size

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1060208
    Mira

    Hi! I have tried setting up the breadcrumbs with no avail. Could you please help me? They are enabled in Yoast.

    Also is there a way to set the font size and distance from the title?

    I’d prefer it if it looked something like this: https://thegreenloot.com/wp-content/uploads/2019/11/breadcrumbs.png

    Thank you!

    #1060376
    David
    Staff
    Customer Support

    Hi there,

    this article explains how to add them:

    https://docs.generatepress.com/article/adding-breadcrumbs/

    This visual hooks guide will show you which hook displays where:

    https://docs.generatepress.com/article/hooks-visual-guide/

    Once in place i can take a look at some CSS for styling

    #1060752
    Mira

    I think I did it! The only problem is that there are no categories shown! Could you please take a loot at it?

    #1060754
    David
    Staff
    Customer Support

    I went to your first post “Vegan Protein Bread….” and i see this breadcrumb:

    Home > Vegan Recipes > Seasonal > Summer > Vegan Protein โ€œBreadโ€ with Cherries and Walnuts (GF)

    #1060755
    Mira

    Sorry I could set it up after all. Now I only need a little help in the font size. ๐Ÿ™‚

    #1060763
    Mira

    Also, how can I remove the post name and ‘Home’ from the breadcrumbs? It should only show the categories and subcategories.

    #1060765
    David
    Staff
    Customer Support

    Cool ๐Ÿ™‚
    So this CSS to change the font sizes and have the > larger then the text:

    /* Set size of > and make all text uppercase */
    #breadcrumbs span {
        font-size: 24px;
        text-transform: uppercase;
    }
    /* Set size of breadcrumb text */
    #breadcrumbs span a,
    #breadcrumbs .breadcrumb_last {
        font-size: 16px;
    }
    #1060773
    David
    Staff
    Customer Support
    #1060814
    Mira

    Worked beautifully, thank you! ๐Ÿ™‚

    #1060856
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.