Where to change breadcrumbs size?

Posted in: Newspaper
Post count: 88

Hello,

I noticed the Breadcrumbs already have SEO that is awesome :). However I would like to adjust their size and color a bit. Now I have been looking in the documentation and theme panel but so far I haven’t found them.

Do I need to write custom css or did I miss a setting somewhere?

Post count: 9544

Yes, custom CSS would be needed for that.
Usually simplest way to do micro customization.

I change some stuff like the giant blockquote text and some other things, myself. And the custom CSS sticks with each theme update, which is nice.

Post count: 6600

Hi,

You can use an custom css like this as this is the only way you can customize the breadcrumbs: http://screencast.com/t/uv01pf7wA

.entry-crumbs {
font-size: 20px !important;
line-height: 14px !important;
color: #EA1637 !important;
}

Thanks

Post count: 88

Thank you so much for the screencast and code. That is so close to what I imagined being best for me.

Have a nice day:).

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.