Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey jekkie,

    That is not a big problem. Just comment this code from your style.css file on your theme directory. It’s on line 139.

    ul {
        list-style: disc outside none;
    }

    Also let me know it this helps.
    Thanks

    Thread Starter jekkie

    (@jekkie)

    Hi dharmapoudel,

    Thank you so much! Unfortunately, either it’s not working for me or I’m not following your instructions quite well. By commenting, do you mean that I comment the line out? I actually tried deleting the entire Lists sections and it still doesn’t work, i.e., I see the bullet points, including the one extra that shows up at the end with out any social media attached to it.

    Thanks!

    Hey jekkie,

    If that does not works for you add this code at the bottom of the style.css file on your theme directory.

    .sd-content > ul {
        list-style: none outside none;
    }

    Thanks.

    Thread Starter jekkie

    (@jekkie)

    Hi again and thanks. I still see the bullet point though. Thanks and sorry for being a pain.

    That works when I test it on the link you provided.
    Are you sure you added the code at the bottom (extreme bottom) of the style.css file located at wp-content\themes\sampression-lite\ ?
    Thanks.

    Thread Starter jekkie

    (@jekkie)

    Thanks dharmapoudel, it works! I had to clear the browsing data. Thank you!

    Well then set this thread to resolved. And don’t forget to give this theme a five star.

    Thread Starter jekkie

    (@jekkie)

    Absolutely!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Getting an extra bullet point with social media sharing’ is closed to new replies.