Jean Baptiste Brume
Member
Posted 3 years ago #
Hi,
for the last 2 hrs I tried to get rid of the » in front of the category links:
http://www.abstractidea.ch/download_temp/wp.png
I tried in the CSS and to change the style to list-style:none etc, but unfortunately not successfull. Then I startet to look for » over the hole code to just delte, but I wasn't able. Can anybody help me? I would be very grateful. Thank you in advance!
Best Jean Baptiste
Link to the site, please, so anyone who helps can view the source and CSS.
Jean Baptiste Brume
Member
Posted 3 years ago #
Hi, you can find it under http://research.rufenerevents.ch
Thank you.renato
Jean Baptiste Brume
Member
Posted 3 years ago #
Finally, I just found it by myself in style.css. So I changed
.entry ul li:before, #sidebar ul ul li:before {
content: "0BB 020";
}
to
.entry ul li:before, #sidebar ul ul li:before {
/*content: "0BB 020";*/
}