BREADCRUMB SEPARATOR ?

Posted in: Newspaper
Post count: 74

i want to change the breadcrumb separator and breadcrumb letter colour, so how i can change this ?

Post count: 20688

Hi,

You could use cloud templates, the breadcrumb element has the options you need
http://prntscr.com/mwcrrzhttp://prntscr.com/mwcs9d
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Here you can see the cloud templates, you can preview and even edit them to see the possibilities – https://affiliate.tagdiv.com/#/load/All

Thanks

Post count: 74

if i want to change this without using cloud templates, is it possible ?

Post count: 20688

It could be possible. For the color of the breadcrumbs you could use some CSS
http://prntscr.com/mwsbho
In the theme panel there aren’t any settings for the breadcrumbs, here is the code I used in the example

.entry-crumbs a,
.td-bred-no-url-last {
color: red;
}

For the icon it would depend on how exactly you want to change it, what you want to replace it with. Maybe there is a way.

Post count: 200

Hi Simion,
.entry-crumbs a,
.td-bred-no-url-last {
color: red;
}
This code changes the color ot the breadcrumbs up to the last element which is the title of the page. Its color doesn’t change.

Post count: 18283

Hello !

Please provide a link to your website in order to provide a better css.

Thank you !

Post count: 200

This one has been fixed. Thanks!

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