Forums

Sociable
[resolved] Remove bullets in Sociable (10 posts)

  1. olajideolaolorun
    Member
    Posted 7 months ago #

    I tried everything, messed with Sociable's CSS and mine, Sociable's files and co... and nothing, they wont leave! Arrrg! Help please.

    Example:
    http://www.kingola.com/entertainment/music/mavado-settle-down/

    http://wordpress.org/extend/plugins/sociable/

  2. sangram.patra
    Member
    Posted 7 months ago #

    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.

  3. olajideolaolorun
    Member
    Posted 7 months ago #

    Didnt work ... same thing

  4. alchymyth
    The Sweeper
    Posted 7 months ago #

    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; }

  5. sociable
    Member
    Posted 7 months ago #

    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

  6. olajideolaolorun
    Member
    Posted 7 months ago #

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

  7. sociable
    Member
    Posted 7 months ago #

    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;}"

  8. olajideolaolorun
    Member
    Posted 7 months ago #

    No way to do it without removing that?

  9. olajideolaolorun
    Member
    Posted 7 months ago #

    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

  10. olajideolaolorun
    Member
    Posted 7 months ago #

    Fixed. Thanks a lot guys.

Reply

You must log in to post.

About this Plugin

About this Topic