• Great plugin, this, but the FAQ says to insert the following text into my theme’s CSS file to remove the annoying bullet point the theme adds to the header of each widget:

    div.widgets_on_page ul { list-style:none }

    However, when I do this the bullets are still showing.

    Any ideas on what I can do to fix this?

Viewing 14 replies - 16 through 29 (of 29 total)
  • Thread Starter webnik

    (@noisedude)

    Hmmm … it doesn’t work, no. It looks sensible enough but sadly not quite it.

    Hi All:

    Great widget, but I’m having the same problem removing the bullet as a few other people. I’ve tried the .widgets_on_page ul li { background:none; } bit as well as .art-post ul li h2, .art-post ol ul li h2 {background: none;} in my style.css but the bullets still show up here:

    https://www.listentogregjanssen.com/what-news#bodytop

    and here:

    https://www.listentogregjanssen.com/subscribe#bodytop

    I’d really appreciate anything anyone could suggest.

    BEST,
    GJ

    Forgot to mention, the theme is Berita Standard.

    Hey Greg,

    Right, so your theme (or another plugin) is specifying a background image for this… so that would be the root to take. Perhaps try being as specific as possible in the selector until one works?

    I’m a little busy right now but will try and take a peek later for ya.

    Todd

    Hi Todd:

    Thanks — I’ll do some trial and error with specific selectors and let you know if I have any luck.

    GJ

    Very timely thread for me.

    This worked great!

    .widgets_on_page ul li { list-style: none; }

    That was the first thing I tried. Didn’t work. I’ve been trying all kinds of different selectors, setting the CSS to “background: none;” but still no luck …

    Greg,

    Can you try .widgets_on_page ul li ul li { background:none; }?

    Think this line in your Berita Business’s style.css is setting the background image.
    .format_text ul li ul li { background:transparent url(lib_theme/images/tree-horiz.gif) no-repeat 0px 10px }

    Hi Todd:

    I just tried .widgets_on_page ul li ul li { background:none; } — didn’t work. I also tried .format_text ul li ul li { background:none} and that did nothing either.

    GJ

    Greg,

    Just a thought… can you put that line at the end of the wp_eStore_custom_style.css file?

    Ta,
    Todd

    I tried both:

    .widgets_on_page ul li ul li { background:none; }

    .format_text ul li ul li { background:none}

    in my wp_eStore_custom_style.css … still nothing.

    Hey Greg,

    With the bullet being a background image there’s only so much I can check remotely (this is due to background images all disappearing)… if I change the bullets to have a list style though I can remove these by adding the following line to the wp_eStore_custom_style.css

    .widgets_on_page ul li ul li { list-style: none; }

    Apologies but I don’t know what more to suggest. Feel free to contact me via my site if you want me to look into it further (will be access to your WP instance I think).

    Thanks for your help, Todd. I’ll keep trying to remove backgrounds for the plug-in via CSS but I may just have to learn to live with the bullets. Best,GJ.

    I had the same problems until I inserted this line in my css

    div.widgets_on_page ul li { list-style:none; background:none; }

Viewing 14 replies - 16 through 29 (of 29 total)
  • The topic ‘[Plugin: Widgets on Pages] Bullets by widget titles NOT removed by CSS from FAQ!’ is closed to new replies.