mikrokosmonaut
Member
Posted 3 years ago #
hi there
neutrition.co.uk
i have tried for the life of me to remove the little >> glyphs before the list items in the sidebar.
the closest i have got is by using the following css:
#sidebar ul li ul li {
changes made here affect the list items
}
but using the list-style: none; does not remove the >> glyphs! which file do i need to edit to remove the >> glyphs?
i'm sure it must be something obvious. please help!
thanks!
Search for the 00BB0020 and delete it.
This code is the same as » which generates the >> before the link.
mikrokosmonaut
Member
Posted 3 years ago #
hi jabbok
thanks. i ran a search throughout the whole of the wp file structure for 00BB0020 and nothing showed up.
your suggestion did however leave me to discover that this was the culprit:
.entry ul li:before, #sidebar ul ul li:before {
content: "0BB 020";
}
sorted now! thanks.