Hi.
I am trying to change all list bullets to square on my site. I added the following lines to Quick CSS
#main .entry-content li{
list-style-type: square;
}
but it doesn’t work.
Please help, many thanks.
Hi gorkas!
Please add following code to Quick CSS
.entry-content-wrapper div li { list-style: square !important; }
Cheers!
Yigit
Thank you kindly.