Replace (») Crumbs with (,)
2 posters
Page 1 of 1
Replace (») Crumbs with (,)
how to replace (») on crumbs with (,)
i want to make like this: Forum, Desain, Teori Warna
i want to make like this: Forum, Desain, Teori Warna
Re: Replace (») Crumbs with (,)
@kumotta
Hello!
There are several ways: may be via the template editing, JavaScript code, but may also be through a simple CSS!
Try the following CSS:
Result:
JS
Hello!
There are several ways: may be via the template editing, JavaScript code, but may also be through a simple CSS!
Try the following CSS:
- Code:
.pun-crumbs p.crumbs {
color: transparent;
}
.pun-crumbs p.crumbs > a::after {
content: ",";
}
.pun-crumbs p.crumbs a span {
margin-left: -12px;
}
Result:
JS
Similar topics
» Forum crumbs
» Add .pun-crumbs above profile tabs
» Text Replace
» Replace chatbox with something else.
» How to replace signature
» Add .pun-crumbs above profile tabs
» Text Replace
» Replace chatbox with something else.
» How to replace signature
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum