Site logo

Archived topic

Breadcrumbs setup and font size

9 replies · Started by Mira on November 12, 2019

Viewing posts 1–10 of 10

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

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)

Sorry I could set it up after all. Now I only need a little help in the font size. :-)

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

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;
}

Worked beautifully, thank you! :-)

Glad to be of help

This archived topic is closed to new replies.