Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Pinpoint
  • #46204
    graffig
    Member
    Post count: 62

    Hey Ed (and team)

    I’m working up changes for a site and have noticed under Firefox 26 (and within menu in Chrome) I’m seeing the enclosed (see screenshot) bullets for the menu. Any idea what I’ve done wrong

    Thanks again for any help

    Darron

    #46745
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this css:

    ul {
     list-style:none;
    }

    If this doesn’t work please can you provide me with a link and I will look into it for you.

    – Kyle

    #46756
    graffig
    Member
    Post count: 62
    This reply has been marked as private.
    #46760
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I see you’ve added css in your child theme which is causing ul’s to display as discs. To prevent affecting any of your other lists on the site, add the class specific css to your css file:

    #menu-nursery-navigation, #menu-holiday-club-navigation, menu-practical-info-navigation {
    list-style:none;
    }

    Not sure if there are any more like this.

    – Kyle

    #46773
    graffig
    Member
    Post count: 62
    This reply has been marked as private.
    #46774
    graffig
    Member
    Post count: 62

    ps could you close this one now?

    #46781
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes no problem

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Bullet list’ is closed to new replies.