• Resolved ali

    (@prashid)


    Hi,
    I have added “Top 25 Social Icons” plugin. Problem is on the posts right panel displaying bullets. I am unable to remove it. Can you help me please to remove those bullets.

    Problem

Viewing 1 replies (of 1 total)
  • Hi,

    Add this CSS code to: customize > additional CSS:

    li.social-icons:before {
        content: '';
    }
    
    .widget ul:after {
        content: '';
        clear: both;
        display: block;
    }
Viewing 1 replies (of 1 total)

The topic ‘Remove bullets for social media’ is closed to new replies.