• Resolved add.redford

    (@addredford)


    Hi, really like the plugin ??

    I’m trying to remove the bullets that appear before every social icon. I did try the css solutions in the other posts here but they didn’t work for me. I’ve been able to move the bullets behind the icons, but the bullets themselves are still being displayed. Any help would be appreciated!

    • This topic was modified 5 years, 9 months ago by add.redford.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Ina

    (@inamoro)

    Hi, @addredford

    This is caused by the styling of your theme.

    Add this code in Appearance -> Customize -> Additional CSS:

    li.zoom-social_icons-list__item {
        background: none;
    }
    • This reply was modified 5 years, 9 months ago by Ina. Reason: Code formatting
    Thread Starter add.redford

    (@addredford)

    Wow, worked like a charm! Thank you for such a quick response!

    This CSS didn’t work for me. I can’t get rid of the bullets.

    Plugin Support Ina

    (@inamoro)

    @greybird that’s because it depends on the theme you use. Different CSS for different themes.

    Try this:

    li.zoom-social_icons-list__item:before {
        display: none;
    }
    
    li.zoom-social_icons-list__item {
        padding-left: 0px;
    }

    Hi Ina, That worked on my Genesis theme. The theme I was working on yesterday was Divi on a different site and I’ve already switched to a different social follow plugin that required no CSS. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t remove bullets’ is closed to new replies.