Customizing Look of Breadcrumbs

Posted in: Newspaper
Post count: 39

I think the default is kinda bland. Is the best way using CSS?

Post count: 20688

Hi,

For the font properties of the breadcrumbs there are settings in the theme panel
https://www.screencast.com/t/p37QpZUD
The color could only be changed with CSS – https://www.screencast.com/t/5wZl9mnqa

.td-crumb-container .entry-crumbs,
.td-crumb-container .entry-crumbs a {
color: green;
}

Only by using cloud templates for post pages, category pages etc can the color be changed
https://www.screencast.com/t/yxgzrvh5YAr
Also there are multiple other settings for the breadcrumbs.

Thanks

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