I am trying to add a backslash after each element of a list, but I cannot get it to work. It works if I use a channel or a slash, but not a backslash. I was looking for character entity code to use, but I cannot find it for the backslash. Is there a solution?
#navigation ul.nav > li:after{ content: " \ "; }
Thanks!
source share