Breadcrumbs color

Posted in: Newspaper
Post count: 3

Hello,

I need to edit the breadcrumbs color in the category and post pages. Tagdiv is not working in these “sections” so i need to do it “globally” in theme panel/theme colors. But im not able to find which “item” i need to change (because there is no breadcrumbs in the description).

Thank you.

Post count: 21065

Hello @zahradacz !

I suggest you use a single cloud single template, so you can edit it easily with the TagDiv Composer: https://prnt.sc/_BnPxtTc_yJb

Thank you!

Post count: 3

Hello, again, we need to solve it in theme panel/theme colors, is it possible?

Post count: 21065

Hello @zahradacz !

For breadcrumbs, you need to add a CSS code in theme panel -> custom code -> custom css:

.entry-crumbs a, .entry-crumbs
{
color: red;
}

Thank you!

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