A
A
agent11562017-02-21 12:05:57
Yii
agent1156, 2017-02-21 12:05:57

How to change breadcrumb separator from / to > in yii2?

How to change breadcrumb separator from / to > in yii2?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2017-02-21
@slo_nik

Good morning.
Pass the desired parameter to this property(itemTemplate)

S
Slava Vitrenko, 2017-02-26
@mxuser

The fact is that this separator is set in the bootstrap styles.
Add this to your stylesheet:
.breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "\e080";
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question