Viewing 1 replies (of 1 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    This is not a question related to this plugin, but I’m happy to help you.

    To remove the bullets, you have to edit the CSS file (usually style.css) of your theme.

    You can add these lines at the end of it:

    ul.pis-ul {
    	list-style: none;
    	margin-left: 0;
    }

    list-style removes the bullets, while margin-left removes the extra unused space (so the column becomes larger).

    Please, take note that if you upgrade your theme in a future release this change will be overwritten, unless your theme is a custom-made theme.

    At last, please change this topic into “Resolved” when you have finished.

Viewing 1 replies (of 1 total)
  • The topic ‘Modify appearence’ is closed to new replies.