[Hỏi đáp] How to remove "|" from footer links

  Bài viết hay nhất1
Question: I need to remove "|" from footer links. Is it possible by CSS or JS. I have tried by failed.
[Hỏi đáp] How to remove "|" from footer links Qpu8WLf

Answer: https://devs.forumvi.com/t168-hoi-dap-how-to-remove-from-footer-links?showpost=p1067
  Bài viết hay nhất2
CSS :
Code:
#pun-about ul li {
   font-size: 0px;
}
#pun-about ul li a {
   font-size: 11px;
}
  Bài viết hay nhất3
Can I add space between the links?

Edit: Solved
  Bài viết hay nhất4
You cannot reply to topics in this forum