• Resolved allthatjess

    (@allthatjess)


    I’m not sure why there’s a bullet next to the titles on my feed. I see the following in my code so I’m not sure where it’s coming from. Can you please me please? Thanks!

    .feedzy-rss .rss_item{
    list-style: none;
    }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Poonam Namdev

    (@poonam9)

    Hi @allthatjess,

    It’s happening because of a CSS conflict of your page builder. In order to resolve it add the following custom CSS to Appearance -> Customize -> Additional CSS section.

    .wpb_text_column ul.feedzy-default li:before {
        background-color: transparent;
    }

    Let me know if you succeed – I’m happy to help.

    • This reply was modified 5 years, 8 months ago by Poonam Namdev.
    Thread Starter allthatjess

    (@allthatjess)

    That worked. Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mysterious Bullet Next to Each Title’ is closed to new replies.