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

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #35870
    goalieman34
    Member

    Is there an easy fix to make it so the bullets do no show up in my footer? They do not appear in IE and Firefox, but do with Google Chrome.
    Thanks for the help.

    http://quigleycontracting.squarespace.com/

    #93579
    noahgelman
    Participant

    CSS:

    list-style: none

    #93585
    goalieman34
    Member

    Thanks for the response. I tried that and it didn’t seem to work. Any other ideas?

    #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;
    }
    #93588
    goalieman34
    Member

    Thanks for your help @noahgelman

    #93631
    noahgelman
    Participant

    No problem, glad you got it worked out

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.