Style CSS of breadcrumbs on category page

Posted in: Newspaper
Post count: 11

Hello,

Is it possible to style the breadcrumbs that appear on the category page differently than they appear on the rest of the site? Basically, I want it to be all white on the category pages and then it’s default color on the rest of the site.

I’ve tried the following entry in custom css but it’s not quite working like I’d hoped.

.entry-crumbs, .td-category { color: #fff;}

Alternatively, is it possible to just remove them from the category template if the css isn’t possible? If so, how do I do that?

Thanks.

Post count: 20688

Hi,

You could try a code like this to change the color for example of the breadcrumbs, only on category pages
https://www.screencast.com/t/L9zLVYtjdMl

.category .entry-crumb,
.category .td-bred-no-url-last:not(i) {
color: yellow;
}

Thanks

Post count: 11

Great thanks!

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