Hmm, i forgot the HTML would be converted, heres what i was supposed to say..
“I found all the UL’sand LI’s etc in sidebar.php”
Your style.css – hopefully the file is constructed with comments so you know which ul’s and li’s are for the sidebar and which are for content. If not experimentation will be required.
Just to add in – you’re looking for the list-style-type property.
No you are not looking for list-style-type. You are looking for :before.
I ment actually remove the HTML from the source code creating the list. After abit of searching trough files, i found the functions that included the bullet point HTML.
This really shouldnt be hard coded into the functions, some have an option such as function($before, $after), but then some dont.
Thanks anyway.
After abit of searching trough files, i found the functions that included the bullet point HTML.
I’d be be curious to know which function created the list. I’m having the same problem and I’ve removed all the LI and UL elements from the sidebar file, so I can create my own, but they are still showing up.