Viewing 9 replies - 1 through 9 (of 9 total)
  • Open Your style.css in current thems and write following code below htat style css
    code like:

    .sociable .sociable_tagline ul li{
    list-style:none;
    }

    Thanks.

    Thread Starter olajideolaolorun

    (@olajideolaolorun)

    Didnt work … same thing

    these ‘bullets’ are background images defined in black-blue.css in the style of:

    .the-post ul li, form ul li{background:url(../images/li-white.png) left 5px no-repeat;}

    therefore this might work:

    .sociable ul li {background-image: none; }

    hi olajideolaolorun!

    Thanks for writing us!

    alchymyth says is correct, this change would work

    Special thanks to sangram.patra and alchymyth for helping us solve problems

    Thread Starter olajideolaolorun

    (@olajideolaolorun)

    I tried putting that in the sociable.css and my main css and it didnt work.

    You have to remove in black-blue.css Line 170 this line “.the-post ul li, form ul li{background:url(../images/li-white.png) left 5px no-repeat;}”

    Thread Starter olajideolaolorun

    (@olajideolaolorun)

    No way to do it without removing that?

    Thread Starter olajideolaolorun

    (@olajideolaolorun)

    Okay i got it to take off the bullets but now i want to take out the indents… i did margin: 0 and padding 0, nothing, even messed witht he negatives, same thing.

    Thanks

    Thread Starter olajideolaolorun

    (@olajideolaolorun)

    Fixed. Thanks a lot guys.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove bullets in Sociable’ is closed to new replies.