• Resolved djeah

    (@djeah)


    Hi,

    I have been using this plugin for a while now, but I observed recently that there is a bullet before the thumbnail. This was not there before. Can you help removing it?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kybernetik Services

    (@kybernetikservices)

    @djeah This is coming from your theme style of the ul element.
    Please try this to fix it:

    .rpwwt-widget ul {
      list-style: none;
      margin: 0 0 1.5em;
    }

    You have to add this CSS to your child theme or with the customizer.
    Hope that helps.

    Thread Starter djeah

    (@djeah)

    Thanks. This code snippet solved the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mysterious bullet appearing before thumbnail’ is closed to new replies.