Forums

Can't get rid of darn menu bullets! (4 posts)

  1. sjhobbs
    Member
    Posted 6 months ago #

    I'm working on a site for a client in my multisite development space. I am using a child theme of Suffusion and WP's built in menu functionality to do a CSS drop down menu for my main navigation. I have everything working properly EXCEPT I can't get rid of the bullets in the navigation (or anywhere else, but specifically focusing on nav right now, and hopefully solution will transfer to other areas).

    I have specified
    list-style-type: none;
    list-style-image: none;
    for every class and id I can, even down to the primary ul and li.

    See the site here: http://www.pixelandpaperdev.com/saucychica/ The purple nav bar is what I'm focusing on. All the code from the header-widgets div down to the individual menu links says none for list style, but obviously it's specified somewhere and not getting overridden.

    I'm sure there is an id or class somewhere that I'm missing, but darned if I can see it.

    Thanks!

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 6 months ago #

    .suf-mag-category li,
    .sidebar-tab-content ul li,
    .suf-widget li,
    .suf-flat-widget li,
    .suf-panel-widget li {
    	background-image: url(../../images/icons/bulletpurple.png);
    }

    is where I find it coming from

    http://www.pixelandpaperdev.com/saucychica/wp-content/themes/suffusion/images/icons/bulletpurple.png

    in

    http://www.pixelandpaperdev.com/saucychica/wp-content/themes/suffusion/skins/light-theme-purple/skin.css

    (it may be elsewhere as well, but that's the first thing I found)

    Both of the menus I see dots on have a class of suf-widget, which would make the above css apply!

  3. sjhobbs
    Member
    Posted 6 months ago #

    Argh, it's a background image, not a list type, so I wasn't overwriting!

    I still have some margin issues to resolve, but that got the bullets. Thank you so much!

    I should have posted on here hours ago, saved myself a lot of work. Thank you!

  4. Rev. Voodoo
    Volunteer Moderator
    Posted 6 months ago #

    lol! Glad to help ya out!

Reply

You must log in to post.

About this Topic