• I tried to add a variety of custom css code to my website to remove the bullet points at the press coverage overview. As I don’t have any coding knowledge, no wonder that everything I tried didn’t work.

    I’d appreciate your help. Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Contributor farinspace

    (@farinspace)

    Let me see if I can help.

    I recommend that you take a look at the help menu for the Nooz plugin. In the WordPress Admin, go to: Nooz > Settings > Help (the dropdown at the upper right corner) > List Output

    The Nooz HTML structure has several well defined CSS class names. In your case we would use the nooz-list class name.

    .nooz-list {
      list-style: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Bullets from Press Coverage’ is closed to new replies.