Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Getting rid of bullets in footer Re: Getting rid of bullets in footer

#93587
noahgelman
Participant

It does work.

Add that to line #806 of your common.css and you’ll be fine.

#pageFooterWrapper #pageFooter {
...
list-style:none;
}