Is there a simple way to change bulletpoints into hyphens as the default for an unsorted list?
Hey Eva!
Please insert the below css into your custom css section:
ul {list-style: none !important;}
li:before {content: "– " !important;}
Cheers!
Dake
Hi Dake, thanks for getting back to me so quickly! I added the code exactly like that and it has removed the existing bulletpoints but hasn’t replaced them with anything. Have I missed something?
Oh! I had put it into Jetpack’s “edit CSS” section and it automatically adjusted it which is why it didn’t work. I tried copying it into the Enfold quick CSS window and it’s worked, thanks!
The only thing is the alignment is now slightly different. With the original bulletpoints the bullets are on the left while all the text is neatly aligned next to them. With the new hyphens the “bullets” are inset in the text. Any idea why this might be?
Um, another odd side effect is hyphens appearing above my menu links where there was previously nothing at all, shifting the menu down out of line.