The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Replace (») Crumbs with (,)

2 posters

Go down

Replace (») Crumbs with (,) Empty Replace (») Crumbs with (,)

Post by kumotta Wed 15 Apr - 0:31

how to replace  (»)  on crumbs with (,)

Replace (») Crumbs with (,) Screen11

i want to make like this: Forum, Desain, Teori Warna
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Replace (») Crumbs with (,) Empty Re: Replace (») Crumbs with (,)

Post by JScript Wed 15 Apr - 1:44

@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:
Code:

.pun-crumbs p.crumbs {
  color: transparent;
}
.pun-crumbs p.crumbs > a::after {
  content: ",";
}
.pun-crumbs p.crumbs a span {
  margin-left: -12px;
}

Result:
Replace (») Crumbs with (,) 6sY1ROP

JS
JScript
JScript
Forumember

Male Posts : 741
Reputation : 175
Language : PT-BR, EN
Location : Brazil

http://jscript.forumeiros.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum