• Resolved stefaanoyen

    (@stefaanoyen)


    Hi there,

    First of all, thanks for a great plugin!

    Just a question: I see an extra bullet before the plugin title. With CSS I added “display:none” to the title, but the extra bullet is still there, before the first list item.

    This is the page: [Broken link removed]

    How do I get rid of it? I tried everything but no success…

    Thanks!
    Stefaan

    http://ww.wp.xz.cn/extend/plugins/widgets-on-pages/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter stefaanoyen

    (@stefaanoyen)

    Huh? Thanks, but no thanks : )

    I thought this was a free plugin and that I found a bug. If you want to make money with this plugin, you should make it clear at the start. Just my 2 cents : )

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey Stefan… not sure who you’re replying too… this plugin is free. Also, looking at your page I can’t see this extra bullet; have you solved this yourself?

    Thread Starter stefaanoyen

    (@stefaanoyen)

    Hi Todd,

    Sorry, I replied to someone who promised me a solution for a 100$… Didn’t realize it wasn’t you : ) And yes, I solved this myself.

    Thanks again for a great plugin!
    Stefaan

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Oh wow! I’ve not heard of that kind of thing on here before.

    Glad you got it sorted.

    Thread Starter stefaanoyen

    (@stefaanoyen)

    Thanks!

    For everyone who’s looking for a solution, this is what did the trick for me:

    .page-id-66 #recent-posts-3 .widgettitle {
    	display: none;
    }
    
    .page-id-66 .widgets_on_page ul li:before {
    	content: none;
    	font: 16px 'Listicons', Helvetica, sans-serif;
    	color:#222;
    	padding: 0 0 10px 0px;
    	margin: 0 0 7px;
    	word-wrap: break-word;
    }
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove extra bullet?’ is closed to new replies.